Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any full-featured tutorials or examples for faye on rails?

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?

like image 849
swider Avatar asked Feb 20 '23 15:02

swider


1 Answers

The below links can be useful for you,

http://railscasts.com/episodes/260-messaging-with-faye?view=asciicast

First one exhibits the simple instant message application in Rails with the help of faye.

like image 163
pdpMathi Avatar answered May 19 '23 01:05

pdpMathi