Working example of Rails 3.1 + Juggernaut Instant Messenger?
Asked Answered
Z

3

9

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
Zosima answered 11/10, 2011 at 16:59 Comment(0)
I
2

Here is an example which might help you:

https://github.com/maccman/holla

Instantaneous answered 12/12, 2011 at 21:14 Comment(1)
Still haven't found an instant 1-1 messenger example, are there any examples like that available?Zosima
P
1

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.

Poree answered 3/2, 2012 at 12:16 Comment(1)
I know pusher thx using faye for now pusher is commercial and I'm just building a fun project for personal useZosima
Z
0

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

Zosima answered 28/11, 2011 at 18:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.