Redflare RE game monitor (redflare.ofthings.net)

I needed to learn node.js and client-side templates, and so one of the things I did was to build this RE game monitor:
http://redflare.ofthings.net/
I'm aware that this isn't the only monitor in existence, but hey, it was fun to build ...
The console updates every 15 seconds - it may be slow to load the first time you open the page, but after that it just loads a small amount of data (~ 10 KB) for each update.
I find it handy to keep open on a destop to flick over to and see when a good game is happening. I hope you find it useful too.
Tech used:
- node.js network application framework with the 'express' web framework and a geoip add-on modules
- handlebars.js (client-side templating)
- underscore.js
- LESS style sheets
- Google web fonts
http://redflare.ofthings.net/
I'm aware that this isn't the only monitor in existence, but hey, it was fun to build ...
The console updates every 15 seconds - it may be slow to load the first time you open the page, but after that it just loads a small amount of data (~ 10 KB) for each update.
I find it handy to keep open on a destop to flick over to and see when a good game is happening. I hope you find it useful too.
Tech used:
- node.js network application framework with the 'express' web framework and a geoip add-on modules
- handlebars.js (client-side templating)
- underscore.js
- LESS style sheets
- Google web fonts