[Rails] Instant messaging/2 way Chat in Rails

2014-10-02 Thread James Jelinek
I have a Rails 3.2.16 app which tracks calls, vehicles, and patient information. I'd like to implement a two-way chat feature similar to instant messaging where employees can chat with each other via instant message or a chatroom. Preferably instant message style communication. I'd also like the

Re: [Rails] Instant messaging/2 way Chat in Rails

2014-10-02 Thread Vivek Sampara
James learn how Faye works ( http://faye.jcoglan.com/ ) , it would be great start to understand the underlying concepts of private_pub. On Thu, Oct 2, 2014 at 7:01 PM, James Jelinek li...@ruby-forum.com wrote: I have a Rails 3.2.16 app which tracks calls, vehicles, and patient information.