@braidjs/antimatter_wiki

0.1.1 • Public • Published

Antimatter Wiki

A collaborative wiki based on the Antimatter Algorithm.

To use:

npm install @braidjs/antimatter_wiki

Then put this into an app.js:

var port = 60509, domain = 'localhost:60509', ws_scheme

require('@braidjs/antimatter_wiki').serve({
    port: 60509,
    domain: 'localhost:60509',
    ws_prefix: 'wss://'          // Or 'ws://' for insecure websocket
})

And run it with node app.js.

Readme

Keywords

none

Package Sidebar

Install

npm i @braidjs/antimatter_wiki

Weekly Downloads

1

Version

0.1.1

License

none

Unpacked Size

24.6 kB

Total Files

10

Last publish

Collaborators

  • glittle
  • toomim
  • josephg
  • canadaduane