Implement the playtak.com backend protocol so that the existing playtak.com frontend can talk to a taklib-based backend.
This will require some user management to be set up as well.
- Start with 2 hardcoded account credentials
- /dev/null all chat, implement game state commands
- Add backend talking to db with accounts as raw fixture data
- implement chat
- implement account creation
Alternately, start with the user management and chat, and ignore the game management - use the user account system to build async play (#7)