Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 692 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 692 Bytes

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