jueves, noviembre 24, 2011

RedisStore and rooms with Socket.IO

Here is my code example using RedisStore instead of MemoryStore in Socket.IO. So that the application is capable to scale. And the "rooms" feature of Socket.io

1 comentarios:

Ranu dijo...

Yes, you can. But this code only is to join multiple rooms. And you can leave rooms when event disconnect is raised. If understood correctly your question.