I have searched for some time investigating several technologies to build an simple instant messaging system for a ruby on rails app. It seems very complicated as I haven't found any implementations that are cross browser or any 1-1 proof of concept at all.
Looked into:
- xmpp clients ( there is Candy on github only supports group chat )
- xmpp servers & Rails ( lot of hassle no good integration )
- Juggernaut ( no 1-1 , not supported by Internet Explorer cause of web sockets used)
- Private Pub by ryan bates ( seems to be able to do the trick but as ruby newbie with little documentation on this cannot get this figured )
Can anyone suggest me a instant messenger for rails:
- that is Cross browser
- has good documentation, example of implementation
- Instant Messenger where User A talks to User B and User B talks to User A
I really have no idea anymore how I would implement this, anyone can give me advise on how this problem could be tackled? thx