Titan is a reactive modern decorator based Node.js framework.
The idea behind this project is making backend coding different from how it's done using other frameworks.
Features:
Realtime strategies
Fast and modern
Lifecycles
Routing
Multi SQL ORM
Dependency injection
And more to come ...
I'm running into an issue regarding getting all clients associated with a room.
I feel like there lacks a lot of documentation, and all Stackoverflow answers are outdated.
Back in v1 you could do this to retrieve the clients: io.sockets.clients(roomId)
So does any of you know how that is done now?