How to deploy and host your Web Applications on Heroku
Heroku is a cloud platform that lets you build, deliver, monitor and scale applications on the go. Heroku helps the developers to deploy and host their web applications on their cloud platform without having to know much about how their cloud infrastructure actually works. Heroku supports multiple programming environments such as Nodejs, Ruby, Java, PHP, Python, Go, Scala and Clojure. This blog post will discuss about how to deploy your Web Application on Heroku using both Heroku CLI and their Web Interface in simple steps. Once you follow these steps, your project will be live under the heroku's free subdomain <your-preferred-name>.herokuapp.com . For this blog post, I've used a sample project called " Incrementer Demo " and the project code is available on github. Using Heroku Command Line Interface (CLI) Step 1 : Download and Install Heroku CLI from Heroku Devcenter • SignUp/Register a free Heroku account • Go to https://devcenter.heroku.c...