Search code examples
ruby-on-railsrubyherokuruby-on-rails-plugins

Facebook Inline Chat for Ruby on Rails to run on Heroku


I've been looking for an inline chat to integrate with my app, but everything available that I found runs on PHP servers. I found the two:

  • CometChat
  • JQuery + PHP chat - anantgarg

This is exactly what I'm looking for but to use Ruby on Rails and to run on Heroku.

Can someone please suggest a plugin or service I can make use of on Rails that will integrate my app users in private chats on my website?

Thanks,

SS


Solution

  • Maybe Pusher?