I have an application running on Heroku and I have a messaging system in place. I've used the Faye gem, which has a Faye server to handle live messaging notifications.
How can i get this Faye server to run in production on Heroku?
It has it's own port, and ENV variable.
Please advise.