Is it possible to create chat rooms dynamically with socket.io ? All the examples I’ve seen so far had every room declared implicitly. I am looking to achieve something like http://tlk.io/ where you simply create a chat room by accessing a random url, and then allow users in based on certain criteria.
Is it possible to create chat rooms dynamically with socket.io ? All the examples
Share
Yes. socket.io has a rooms feature.
From the readme: