0.1.0 • Published 7 years ago

ndx-sync v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

ndx-sync

synchronizes two or more insances of an ndx-framework app

install with
npm install --save ndx-sync

example

src/server/app.coffee

require 'ndx-server'
.config
  database: 'db'
.use 'ndx-socket'
.use 'ndx-sync'

environment variables

environmentconfigrequireddescription
HOSThostYesthe server hostname, eg https://myapp.com
0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago