Private Heroca Pub

I am developing a chat application using rails 3.2.12 and a large gem called a private pub , for which you can find screencast here . It is built on top of faye and allows you to easily create real-time chats by clicking messages.

Now, deploying it to Heroka is actually not so easy with a private pub. Apparently you need to configure another application for the faye channel, and then subscribe to this channel from another application.

This is all very confusing. Neither the private pub nor faye have anything about deploying to a hero in their documentation. I found these two links:

However, I do not understand them, since they start at a more advanced level.

Have any of you ever posted a private pub / faye app on heroku and can give you a step-by-step guide? Thank!

+5
source share
3 answers

You can check my chat sample at github https://github.com/Hareramrai/batkaro . You can also check the private_pub server code in github https://github.com/Hareramrai/fayeserver .

+6
source

If someone is looking for a more relevant answer, I just released a gem that allows you to work in real time in a Rails application:

https://github.com/dchacke/entangled

+2
source

, , , -. - Faye.

Heroku, .

+1
source

All Articles