Small script that aggregates the count of connected clients from
each weplay server and broadcasts it.
$ npm install
And run it with the following ENV vars:
WEPLAY_REDIS - redis uri (localhost:6379)WEPLAY_INTERVAL - how often we update clients on the total5000)$ node index
MIT