What is Heroku?
Modern applications require lots of infrastructure; platform as a service (PaaS) is a computing model in which a third-party provides all the infrastructure so that the programmer can focus on building the application.
According to the
Key features
-
It has support for modern languages such as Node, Ruby, Java, PHP, Scala, Go, and Python.
-
It supports continuous integration of code by allowing applications to be deployed from Git, GitHub, Docker, or with the use of an API.
-
It can easily scale apps.
-
Dynos are containers for the application that facilitate scaling and load-balancing of applications.
Some notable users
-
Toyota Europe
-
Macy’s
-
Yonomi
-
Dubsmash
Get Heroku
Sign-up here to get started with Heroku for free.
Free Resources