Hacker News new | ask | show | jobs
by matticakes 4984 days ago
It's a bit more explicit in NSQ but we essentially support multicast-like routing through "channels".

A "channel" receives a copy (at the source) of all the messages for a "topic" and has its own set of clients subscribed.

1 comments

Hm. Very interesting, I'll have to take another look and get a better understanding of it.