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
link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

Here is an example which might help you:

https://github.com/maccman/holla

link|improve this answer
Still haven't found an instant 1-1 messenger example, are there any examples like that available? – Rubytastic Feb 21 at 18:40
feedback

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.

link|improve this answer
I know pusher thx using faye for now pusher is commercial and I'm just building a fun project for personal use – Rubytastic Feb 3 at 13:58
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.