One more EventMachine. Just tried to write a simple chat server using “em-websocket” gem (WebSocket server written over EventMachine). Client part is a simple HTML with AngularJS. It’s just wrapped around the native WebSocket object (couldn’t provide strong interaction with AngularJS). Screenshot Code The following is the result of my trial. Server (server.rb) require 'em-websocket' index = 1 conn
