chat with faye, rails and heroku

1

Implemented a chat that works 100% locally. But when uploading the application to heroku, chat does not work. So I followed this tutorial tutorial 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 on heroku? I researched a lot but I did not find anything clear.

Thank you

    
asked by anonymous 31.07.2016 / 02:25

1 answer

1

Responding based on comments:

Try working with Rails 5 Action Cable link

Native Websocket in Rails.

    
07.08.2016 / 02:58