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
Take a look at this add-on to use Faye in Heroku: https://messagerocket.co
– Vitor Nascimento
Or try Rails 5: https://blog.heroku.com/real_time_rails_implementing_websockets_in_rails_5_with_action_cable
– Vitor Nascimento
I ended up implementing with action cable. Obg personal
– S_A