I’ve been using Rails 4 (beta) a lot recently. In a previous post we looked at how ActionController::Live can be used with Server-Sent Events, but the problem with that is that there’s no way for the client to communicate back to the web server. Enter: WebSockets. The main issue with implementing WebSockets is that they have to keep their connections open for a long period of time, and when you’re