NodeJS and socket.io ( Just Wondering )

So, thank you for a quick reaction.
I dont find how can I create a socket io room for 2 users ?

That s interesting… how rooms works with Wappler ?

You can name the room anything, if you join a room that doesn’t exist it will be created. When you send a message to a room, all users that joined the room will receive the message.

1 Like

can I param the room in the url to limit number of users ?

up :sweat_smile:

@patrick can you tell me if it’s possible please.

I don’t think we have currently an option to get the number of users in a specific room, so to limit the number of users in a room you have to keep track of them yourself.