chat with Faye, Rails and Heroku

Asked

Viewed 63 times

1

I implemented a chat that works 100% locally. But when you upload the application to Heroku, the chat does not work. So I followed this tutorial http://www.thegreatcodeadventure.com/deploying-private-pub-on-heroku/ and when I access the chat page, I get the following message: Sure you're not looking for /faye ?

Do I need to configure something in Heroku? I did a lot of research but found nothing clear.

Thank you

  • 1

    Take a look at this add-on to use Faye in Heroku: https://messagerocket.co

  • 1

    Or try Rails 5: https://blog.heroku.com/real_time_rails_implementing_websockets_in_rails_5_with_action_cable

  • I ended up implementing with action cable. Obg personal

1 answer

1


Browser other questions tagged

You are not signed in. Login or sign up in order to post.