PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
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() });
[-] simple-protocol.js
[edit]
[-] bla.js
[edit]
[+]
..
[-] reconnect.js
[edit]
[-] foo.js
[edit]
[-] verbose-protocol.js
[edit]