RubyFlow The Ruby and Rails community linklog

Faye 0.6.4 with updated WebSocket support

Faye is a simple pub/sub server for the web, and I just put out a release that adds support for the new WebSocket protocol used by Firefox 6 and Chrome 14.

Comments

Hi James, Faye is awesome! Thanks for another release. We used it to write http://jointstorm.tk/ for the rallyonrails.com contest. Our deploy was really simple: thin -e production :-). Are there any different ways to deploy it? How do you run it together with your http server (i.e. both the web app and the faye server using the same TCP port?). Nginx in the front?

In our case we are using plain thin for everything in port 80, which can be slow since we don’t serve assets with something faster like nginx. Would love to hear from you about this.

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