socket.io-redis-emitter
socket.io-redis-emitter copied to clipboard
The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process.
are there plans to support the redis-streams adapter as well through this emitter?
While there is support for Shard PubSub in [socket.io-redis-adapter#sharded-redis-pubsub](https://github.com/socketio/socket.io-redis-adapter#sharded-redis-pubsub), are there any plan to support that in this library?
branch for 4.x is closed, so i can not prepare fix PR for [CVE-2022-2421](https://www.cve.org/CVERecord?id=CVE-2022-2421) vulnerability [My branch with fix - ref to commit](https://github.com/collierrgbsitisfise/socket.io-redis-emitter/commit/cfb40f141e15d1f796accd7b85a5401f45bca92e)
Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependencies [ws](https://github.com/websockets/ws), [socket.io](https://github.com/socketio/socket.io) and [socket.io-client](https://github.com/socketio/socket.io-client). These dependencies need to be updated together. Updates `ws` from 8.2.3 to 8.17.1 Release notes Sourced from ws's...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
It would be better if the fetchSockets fetches all sockets from all servers.