Development Practices Get Real-Time Updates With Server-Sent Events There are many ways to implement real-time updates to a web browser. Server-Sent Events (SSE) is a simple way to push updates to the browser.
Ruby Adding Client Connections and Binary Data to em-websocket Details of a recent project to augment the em-websocket gem to support client connections and binary data transfer.