Plugin for CSGO servers, which reflects the game in the web-browser by using NodeJS and MySQL. It supports 10FPS live game data such as player names, positions, teams, smoke nade locations, and player status (dead or alive). This plugin only supports the map for de_dust.
Gif showing the basic live map.
Gif showing the basic smoke.
Read the wiki for instructions on how to use and develop on this plugin. If there is any questions feel free to contact me.
- Using Postgres SQL and triggers in nodejs.
- Finding alternative to setInterval function, might be triggers.