RubyFlow The Ruby and Rails community linklog

WebSocket-Rack - Rack based WebSocket server

I just released first version of new WebSocket server - WebSocket-Rack. Why next WS server you ask? Because some of you want to have both application and WS server in the same process, and em-websocket won’t allow you to do that. WebSocket-Rack is pure Rack app, so it will work with Sinatra, Rails and Merb!

How about speed? It’s based on EventMachine and share a lot of code with em-websocket, and should have comparable speed or be little faster(thanks to header parser written in C)

Comments

This would mean if the threaded server like apache goes down the websocket events goes with it right?

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in