pp_server 0.1.1

A poker server
pp_server-0.1.1 is not a library.

pp_server

A low-level TCP poker server. The server runs with two threads; one for managing TCP connections and exchanging data with clients, and another for updating the poker game state at fixed intervals and in response to user commands. See [pp_client] for a client and TUI that can connect to this server.