Heroku
Cloud based deployment for Node,Rails,Python,Java webapps
More on Heroku
- Heroku: Deploy button—Setting up a button on a github repo to automatically deploy an app to Heroku
Heroku (https://heroku.com) provides entry-level hosting for webapps at no cost. A credit card is not required for webapps that do not exceed a minimal threshold of compute resources.
Among the platforms supported by Heroku are these:
- Node
- Python using the Flask and Django frameworks.
- Java using the SparkJava framework, as well as servlets (which are more complex to configure).
- Rails
More on Heroku
- Heroku: Deploy button—Setting up a button on a github repo to automatically deploy an app to Heroku