I'm gearing up to release a websocket heavy web app. I've written it in Node.js, using Socket.io and MongoDB. I'm using LearnBoost's Up to run the app, so to minimise downtime when updating code on the server, but I wonder, is there something out there to help me manage to the websocket connections that are active?
I basically want to see who is online at any given moment and be able to send an admin message out to all that is connected. I wonder if there is something that allows me to do this? Or would I just need to code my own?
Thanks, James