spread

0.0.1 • Public • Published

var spread = require('spread');

var sp = spread.createConnection('username', 4803, 'localhost');

sp.on('message', function(channel, message){ console.log(message); });

sp.on('logined', function(){ sp.join('TEST'); });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    12
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    12

Package Sidebar

Install

npm i spread

Weekly Downloads

7

Version

0.0.1

License

none

Last publish

Collaborators

  • iwater