문제

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
도움이 되었습니까?

해결책

Here is an example which might help you:

https://github.com/maccman/holla

다른 팁

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.

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top