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の一部である永続的なチャットに近いものを探しています。ジャガーノートは有力候補に見えますが、できればフラッシュは避けたいです。
乾杯
チェックアウト
http://railscasts.com/episodes/260-messaging-with-faye
基本的に、ここでは Socket (またはいくつかの模倣) が必要です。以下を使用できます。
Rails には、FLASH ではないジャガーノート gemがあります。
また、Socket.IOは非常に興味深いプロジェクトです。