Comment on Rstat.us - Distributed Twitter with Ruby and ostatusComments−davidcollantes15yIs there a way to run it (maybe not now, but in the future) not in Heroku?−chrislo15yI don't see why not. It looks like a standard Rack application so you could follow any guide to deploying rack applications, for example using Passenger (http://www.modrails.com/documentation.html) or Unicorn and nginx (http://blog.tomkersten.com/2010/11/14/nginx-unicorn-rvm-serv...).−duck15yYou could run it anywhere, it is just a sinatra/rack app.
Comments
Is there a way to run it (maybe not now, but in the future) not in Heroku?
I don't see why not. It looks like a standard Rack application so you could follow any guide to deploying rack applications, for example using Passenger (http://www.modrails.com/documentation.html) or Unicorn and nginx (http://blog.tomkersten.com/2010/11/14/nginx-unicorn-rvm-serv...).
You could run it anywhere, it is just a sinatra/rack app.