/pokerth-live

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

PokerTH live

PokerTH live - Spectator tool

April 2020 note (for live.pokerth.net):
*Login as Guest (username/password disabled)
*Login only works for Main FR Server

Installation

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

Configuration

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.

License

GNU Affero General Public License