Skip to content

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

Notifications You must be signed in to change notification settings

distrue/socket.io-nats-adapter

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published