socket.io-nats-adapter icon indicating copy to clipboard operation
socket.io-nats-adapter copied to clipboard

Pub/Sub adapter for socket.io using nats.io as pub/sub message queue

socket.io-nats

Last release: v0.2.1 - March 19, 2022

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.

Milestone

  • v0.3
    • [ ] Authmating test with jest
    • [ ] Performance benchmark tool
    • with docker environment

Setting

Run script for docker setting

$ cd development
$ docker-compose up -d

Install

$ npm install

Run

$ npm start

Test

$ npm test