Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能推荐一个用于 Rails 的持久聊天插件?我正在寻找接近etherpad一部分的持久聊天的东西。剑圣看起来是一个可能的候选人,但如果可以的话,我想避免使用 Flash。
干杯
查看
http://railscasts.com/episodes/260-messaging-with-faye
基本上你需要 Socket 这里(或一些模仿)。您可以使用:
在 Rails 中,有一个不是 FLASH的主宰宝石。
Socket.IO也是一个非常有趣的项目。