Is there some kind of example or boilerplate for a game lobby stage where you can select a room to join or create your own?
Save
Saving
creationspirit
@creationspirit
0
Reputation
3
Posts
127
Profile views
0
Followers
0
Following
Posts made by creationspirit
-
Game Lobby example
-
RE: Best practices for React integration
@genox I face the same challenge/problem as you. I see there wasn't much response in this topic, did you maybe come up with something along the way?
-
Dynamic refreshing of room list for lobby
Is this possible? I need advice on how to implement this. I see there is a method getAvailableRooms on client, but I need dynamic event based solution, room list in a lobby should be updated with every change (number of clients in a room, availability...). Pls help.