Rails 3.1 的工作示例 +主宰即时通讯工具?

发布于 2024-12-09 19:38:21 字数 171 浏览 1 评论 0原文

是否有任何基于发布-订阅消息系统 Juggernaut 的 Ruby on Rails 3 即时通讯应用程序的不错的示例应用程序?

  • 1-1 聊天,使用将 2 个用户添加到“对话”的方法
  • 保护 1-1 对话仅对其中的 2 个人可见的方法
  • 基本前端实现

Are there any decent example apps for an ruby on rails 3 instant Messenger app based on any of the publish-subscribe messaging system Juggernaut?

  • 1-1 chat with method of adding 2 users to a "conversation"
  • Ways to protect the 1-1 conversation to only visible to those 2 persons in it
  • basic frontend implementation

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

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

发布评论

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

评论(3

一花一树开 2024-12-16 19:38:21

这是一个可能对您有帮助的示例:

https://github.com/maccman/holla

Here is an example which might help you:

https://github.com/maccman/holla

望她远 2024-12-16 19:38:21

如果您还不知道,您可能还会对 pusher.com 感兴趣,作为“无忧”的替代方案。
唯一的缺点是其免费版本仅限每天最多 20 个连接和 100,000 条消息。

If you are not already aware of it you may also be interested in pusher.com as a 'hassle free' alternative.
The only drawbacks are that their free version is limited to a maximum of 20 connections and 100,000 messages per day.

清醇 2024-12-16 19:38:21

我将使用 Faye,因为它支持直接推送。
不过,主宰似乎仍然是一个非常好的解决方案

I will be using Faye since it supports direct push.
Juggernaut still seems a very nice solution also though

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