j <name> or join <name>
c or check
f or fold
r <amount> or raise <amount>
ls or players -> List of players ,position and bets
b or board -> Cards open on board
me -> My cards, bet and balance
w or who -> Whose turn to play
p or pot -> How much is in pot
Clone so that directory structure looks like
~GOPATH/src/github.com/elricL/poker
Need a webscocket client library to connect to the server.
A websocket client library written in node can be installed using
npm install -g ws
Connect using
wscat -c ws:server_address:9000/ws