A server implementation of Tom's live chess viewer. Designed to work with Graham Bank's CCRL broadcasts. Watch live at https://ccrl.live!
url
should be the IP ADDRESS of your chess serverports
should be an array of the initial ports you'd like to connect to.env
file at the same level as this README
and specify a TLCV_PASSWORD
# .env
TLCV_PASSWORD=password
npm install && npm run build
node build/src/main.js # runs in foreground
# or
pm2 start build/src/main.js # runs in background
/admin
admin
TLCV_PASSWORD
environment variable (see above)