socker.js

2.0.0 • Public • Published

socker.js - socker client

socker.js is the client for https://github.com/5monkeys/socker.

Example

var socker = new Socker('ws://sock.example:8765');
  
socker.on('hello', function (data) {
    console.log('From server:', data);
});
socker.emit('hello', {foo: 'bar'});

Readme

Keywords

Package Sidebar

Install

npm i socker.js

Weekly Downloads

48

Version

2.0.0

License

MIT

Last publish

Collaborators

  • joar
  • lydell