在 Heroku 上托管的 Rails 中创建一个聊天室

发布于 2024-10-29 08:20:15 字数 121 浏览 1 评论 0原文

我正在尝试用 Rails 创建一个非常基本的聊天室。我很想使用 juggernaut/node.js 但 heroku 目前不支持它。我想我应该使用 heroku 插件“pusher”。有人推荐这个解决方案或任何其他替代方案吗?

I'm trying to make a pretty basic chat 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

红焚 2024-11-05 08:20:15

我建议你观看这个 http://railscasts.com/episodes/260-messaging- with-faye

是一种更加Evented I/O的方式。

Heroku 中有一些成功的实现,但建议根据 this 自行托管
http://groups.google.com/group/faye-users/browse_thread /线程/ade91b737e495bdf

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

画骨成沙 2024-11-05 08:20:15

Tom Arnfeld 的实时聊天网络应用程序:
http://pusher-chat.heroku.com/

其背后的代码:
https://github.com/tarnfeld/PusherChat-Rails

希望这能让您朝着正确的方向前进!

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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文