@endel, creator of Colyseus sometimes visits this forum, but your best bet for Colyseus support is in the official Colyseus forum: https://discuss.colyseus.io/
Errr,
Didn’t find any way to switch off authentication.
Also, thought of using same user/pass for all session, but then all will have same username.
So,
Guess I need to keep looking at lua socket and modify python-websocket-server to create a room for each game.
I am only looking for a simple websocket-relay-server with private-rooms.
Player 1 will always be first node (room owner) and act as game-server.
Rest of the players join the room, and keep quite till their turn while receiving updates from game-server node.
Let me know if anyone has already done similar before.
Love to see beautiful codes.
I code old style.