dmorrill10 / acpc_poker_gui_client

Rails application that allows humans to play poker matches managed by the Annual Computer Poker Competition's Dealer program in a web GUI.
56 stars 37 forks source link

Try setting up with Rainbows server or another websocket friendly server #66

Open dmorrill10 opened 11 years ago

dmorrill10 commented 11 years ago

It would be nice to try another server and see if it's any easier to deal with than Apache and Passenger. Would be great to get better websocket support and better performance for this type of app that requires high responsiveness but not high throughput. Being able to test in a true production environment without having to go through all the hassle of setting up Apache would also be very useful.