I have experienced connecting to the server using Juggernaut plugin.
I have also heard about Jabber for instant messaging.
Can you tell me which one is better for Rails? Jabber or Juggernaut?
Also please give some link for referring on installation procedure for
Jabber.
Um, Jabber is a chat protocol. It has nothing to do with Rails.
Juggernaut allows you to push information out to web browsers without
them first requesting information. This is a Rails plugin.
I have experienced connecting to the server using Juggernaut plugin.
I have also heard about Jabber for instant messaging.
Can you tell me which one is better for Rails? Jabber or Juggernaut?
We actually worked on a project earlier this year where we used a jabber server and JSJaC (http://zeank.in-berlin.de/jsjac/), a javascript Jabber client. It wasn’t without it’s share of hassles, but it was actually an interesting solution. It enabled us to do chat in the browser that was completely separated from the Rails app.
Also please give some link for referring on installation procedure for
Jabber.
I don’t instructions, but if you’re interested to hear more about it, feel free to contact me and I could put you in touch with the guys on our team that did most of the heavy lifting.