I have worked with faye on node before, but now want to add it to a rails app. I've found plenty of quick integration guides and have it up and running, but my current implementation is pretty hacky. I've been unable to find any longer tutorials or examples including a good convention for the server to subscribe to the faye channels, interact with the rails models, and publish responses. Does anyone know of good resources?
|
|
|
I found the How to Use Faye as a Real-Time Push Server in Rails tutorial to be a good start:
In about one hour you get a hands-on experience and understanding of Faye, both as a server and as a client. By the end of it you have a very basic chat; and not only that, your chat is also secure via private_pub. |
|||
|
|
|
The below links can be useful for you, http://railscasts.com/episodes/260-messaging-with-faye?view=asciicast http://blog.bell-n-whistle.com/2011/06/08/tutorial-ruby-on-rails-3-and-faye/ First one exhibits the simple instant message application in Rails with the help of faye. |
||||
|
|