Skip to content
Discussion options

You must be logged in to vote

There are no Adapters in this project. From what I can understand, Adapters are used to link multiple Socket.IO instances together to achieve a chain-reaction across multiple machines.

This is not really that hard to achieve without Adapters, it's really just a tree of nodes publishing to each other - like 5 lines code. You can use Redis or MQTT or anything for this, even Socket.IO itself.

I typically use Redis pub/sub for this, internally. And many companies do because Redis is a pretty decent project.

But for this example you shown here, I can't make out what you're trying to achieve? Why wouldn't you just hold a map from topic name to data? Or did I miss something?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #296 on December 09, 2020 04:10.