A simple go app that can show users' cursors in real-time.
The real service is available on Heroku by address - https://ws-cursors.herokuapp.com/
ADDRESS=0.0.0.0
- app's hostPORT=4567
- a port which uses by appTEMPLATE_PATH=/go/bin/templates/index.html
- a path to the templateSHUTDOWN_TIME=5
- graceul shutdown timeoutIS_SSL_USING=0
- a sign if using SSL
You can run the app via docker, just execute docker-compose up -d
. After that, open your browser 0.0.0.0:4567