mariusbutuc / faye-poc

Faye: Proof of Concept
0 stars 0 forks source link

Faye: Proof of Concept

  1. Start with How to Use Faye as a Real-Time Push Server in Rails

    We’re going build a simple chat service. Now, Ryan Bates covered this on Railscast #260, however, we’re going to take a slightly different approach in this tutorial. First, we’ll create a chat service where users enter a public room, and everyone can chat with each other publicly. The second functionality we’ll be adding is private messages. Additionally, we’ll integrate some security to our implementation using Ryan Bate’s private_pub gem.

  2. (maybe) Use faye-rails

  3. Use a remote faye server

  4. ...