I have a real-time app that each of my clients can hold multiple rooms, so i thought to prepare namespace per client and then unlimited rooms under each client.
The problem is that i don't want all of the namespaces created where the servers goes up but on-demand when the first user of a client enter to the system, then i'll create the namepsace (by io.of) and the user will join the first (default) room for this company.
What do you think? do you have any idea how to implement it?