ndx-sync
v0.1.0
Published
synchronize servers for ndx-framework
Downloads
2
Readme
ndx-sync
synchronizes two or more insances of an ndx-framework app
install withnpm install --save ndx-sync
example
src/server/app.coffee
require 'ndx-server'
.config
database: 'db'
.use 'ndx-socket'
.use 'ndx-sync'
environment variables
|environment|config|required|description|
|-----------|------|--------|-----------|
|HOST|host|Yes|the server hostname, eg https://myapp.com
|