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?
0
Reputation
3
Posts
720
Profile views
0
Followers
0
Following
Posts made by creationspirit
Game Lobby example
posted in Questions & Help •
RE: Best practices for React integration
posted in Questions & Help •
@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
posted in Questions & Help •
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.