Best way to communicate between clients (cluster)

Hey guys,
I just want you to ask what’s the best way to enable communication between two or multiple clients? I don’t want to use the database for this, because it could be a performance issue. At the moment I know the packages yuukan:streamy and meteor-streams (inactive project - so I don’t want to use it).

On my project, I need to use meteor-cluster, so I don’t know if streamy supports scaling features (at the moment I think communication only works between clients that are connected with the same server).

Are there any other solutions for enabling client/client communication, while having a Meteor cluster?

1 Like

I’m looking for this info too, maybe some implementation of Streamy with Redis to sync between node processes and servers.

Have you found something?