sockjs-eventbus
v0.1.9
Published
SockJS EventBus. Events over SockJS protocol. Based on EventEmitter2 (so we have events with namespaces and wildcards). Client served similary to socket.io - via nodejs server which is used for SockJS server. This is a prototype.
Downloads
9
Readme
node-sockjs-eventbus
SockJS EventBus. Events over SockJS protocol. Based on EventEmitter2 (so we have events with namespaces and wildcards). Client served similary to socket.io - via nodejs server which is used for SockJS server. Capabilities: two way request->response communication (i.e. server->client and client->server) and server->all clients (broadcast/pubsub). This is a prototype.
Developed with Coco.
Installation
npm install sockjs-eventbus
Docs
This is a prototype, so no docs yet, sorry!