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. This is a prototype.

Usage no npm install needed!

<script type="module">
  import sockjsEventbus from 'https://cdn.skypack.dev/sockjs-eventbus';
</script>

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!