I have a backed server that is processing Data and I need to know if anyone is still in a room before I process the data for that room (no point doing work if no one is listening). I don't really want to have the full Socket.io(+redis) service running since the back-end server cannot receive client http requests / websockets.
Thanks.
I'm Running in Node.js on Heroku.