开发者

Making a chat room in Rails hosted on Heroku

开发者 https://www.devze.com 2023-02-21 20:24 出处:网络
I\'m trying to make a pretty basic ch开发者_如何学Goat room in rails. I\'d love to use juggernaut/node.js but heroku doesn\'t currently support it. I\'m thinking I should just use the heroku addon \"p

I'm trying to make a pretty basic ch开发者_如何学Goat room in rails. I'd love to use juggernaut/node.js but heroku doesn't currently support it. I'm thinking I should just use the heroku addon "pusher." Does anyone recommend this solution or any other alternatives?


I would suggest you to watch this http://railscasts.com/episodes/260-messaging-with-faye

It is a more Evented I/O way.

some successful implement in heroku , but it is advised to host it own self , according to this http://groups.google.com/group/faye-users/browse_thread/thread/ade91b737e495bdf


A real-time chat web app by Tom Arnfeld: http://pusher-chat.heroku.com/

The code behind it: https://github.com/tarnfeld/PusherChat-Rails

Hope that sets you in the right direction!

0

精彩评论

暂无评论...
验证码 换一张
取 消