Merlion is a poker server written in Ruby.
It uses:
- EventMachine
- WebSockets (via em-websocket)
- Fibers
I've written a frontend to it called merlion-web.
You can see it in action, and play against Merlion bots, here: http://poker.mikec.me/
- Handle split pots correctly
- No Limit games
- Simple bots for self-play benchmarking
- TCP server and support for connecting to our own server as a client