2.0.2 • Published 7 years ago

bolt-internal-sockets v2.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

bolt-internal-sockets

Internal Bolt module used for managing apps' sockets for real time operations.

Installation

$ npm install bolt-internal-sockets

Use

var sockets   = require('bolt-internal-sockets');

var socket = sockets.getSocket("my-app-name");
if (socket) socket.send(JSON.stringify({hello: "world"}));
2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago