Tutorial: Ruby on Rails 3 and Faye
Faye is a publish-subscribe messaging system that provides message servers for Node.js and Rack. We can take advantage of this system in many ways, for example by creating a chat, sending notifications, even playing games.

Previously I created a basic to-do application using Rails 3, so we’ll use this as our starting point. The application is on https://github.com/BellandWhistle/rails3-todo-app. In a future post I’ll show you how to create this by yourself, but for now my goal is to show you how to integrate rails with faye. Show full story
