PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
nssocket
/
examples
var nssocket = require('../lib/nssocket'); var outbound = new nssocket.NsSocket(); outbound.data('Broadcasting', function (data) { console.log(data) }); outbound.connect(4949); outbound.send('Connecting', { "random": Math.random() });
[-] verbose-protocol.js
[edit]
[-] simple-protocol.js
[edit]
[-] reconnect.js
[edit]
[+]
..
[-] foo.js
[edit]
[-] bla.js
[edit]