How to create rooms from a nodeJS server?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By lynob

I’m using Godot 3.1. I want each room to fit 9 players, done that. The players are connected to a nodejs server, that’s done. The room is a scene and players are inside that scene.

If there are more than 9 players, a new room (scene) should be created and players added to it, how to do that?