[amscotti@128bit.io ~/posts]# grep -l "websockets" *.md | xargs -n1 head _
Date: April 16, 2012

An example of adding WebSocket support to Sinatra applications using em-websocket gem. Shows how to start WebSocket server alongside Sinatra, handle connections and messages for real-time bidirectional communication, enabling features like live chat or real-time updates in Sinatra apps.