deploy rails websocket app into heroku
This post is to explain the configuration example to use heroku to deploy app with websocket-rails. The app is implemented in the previous post using standalone mode websocket server on local dev environment. 1. create heroku Sign up for heroku and install heroku tool. Follow the heroku setup instruction in the rails tutorial. $ heroku create Creating gentle-tor-1752... done, stack is cedar https://gentle-tor-1752.herokuapp.com/ | git@heroku.com:gentle-tor-1752.git Now got gentle-tor-1752 for this entry.