I am trying to implement a chat module
in my rails application. I looked into this railscast Faye tutorial. More through the tutorial, Ryan mentions about broadcasting
the messages but what I want is more like private conversations
between the clients instead of broadcasting.
Is it possible to do that through faye? or is there a better way of implementing chat in rails?