Pub/Sub adapter for socket.io using nats.io as pub/sub message queue
npm install socket.io-nats-adapterLast release: v0.2.0
Pub/Sub adapter for socket.io using nats.io as pub/sub message queue
- Implements specification of socket.io adapter
- at-most-once semantics on adapter methods
Please let us know if you have any comments or features you would like to request.
Run script for docker setting
``shell`
$ cd development
$ docker-compose up -d
shell
$ npm install
`Run
`shell
$ npm start
`Test
`shell
$ npm test
``