PokerTH live - Spectator tool
April 2020 note (for live.pokerth.net):
*Login as Guest (username/password disabled)
*Login only works for Main FR Server
You need git and Node.js in order to clone and build the project.
Use git clone from Master branch.
git clone https://github.com/pokerth/pokerth-live.git
Now install neccesary dependencies.
npm install
Time to compile pokerTH live.
npm run prod
Change the websocket ip:port in the following file "/inc/net/neteventhandler.js"
*If you run your own server, check in your server side "~/.pokerth/config.xml" for the corresponding values to edit there.
*If you just want connect to pokerth.net, inspect html code at http://live.pokerth.net/ to know the websocket ip:port used.
GNU Affero General Public License