I would like to implement chat similar to fb with rails, where also emails of users will be filtered out.
what is the best solution?
How does the email filtering work, jquery chat
I would like to implement chat similar to fb with rails, where also emails of users will be filtered out.
what is the best solution?
How does the email filtering work, jquery chat
check out XMPP4R. Actually there are may, just google for keywords XMPP and Jabber with rails
There is a whole website dedicated to XMPP protocol. Do spend some time reading it
Someone already asked a similar question on SO