socket.io-website
socket.io-website copied to clipboard
Video need
There should be a demonstration of how rooms are creating and how things are working .Like an illustration
@subrinSheikh I don't think there is any video but looking documentaion https://socket.io/docs/v4/rooms/ and doing a smal PoC willgive you a clear idea.
Basically when you have clients connected to a specific room all message send in that room will be received by those clients