Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

node.js multi room chat example

I'm looking for a websocket/node.js chat implementation which supports multiple rooms.

I'm also going to write an app which needs multiple rooms or servers, and I'm just looking for some code samples of how people do it.

Thanks.

I know there's a service http://pusherapp.com which provides this service, but I'm looking for an open source example.

like image 721
Mark Avatar asked Aug 04 '10 20:08

Mark


1 Answers

I realized that you have not yet received a solution to your issue yet. Suggest looking at this question where i have provided the answer:

node-websocket-server: possible to have multiple, separate "broadcasts" for a single node.js process?

like image 60
Shripad Krishna Avatar answered Oct 17 '22 07:10

Shripad Krishna