synchronizes two or more insances of an ndx-framework app
install with
npm install --save ndx-sync
src/server/app.coffee
require 'ndx-server'
.config
database: 'db'
.use 'ndx-socket'
.use 'ndx-sync'
environment | config | required | description |
---|---|---|---|
HOST | host | Yes | the server hostname, eg https://myapp.com
|