diff --git a/guide/english/cloud-development/heroku/index.md b/guide/english/cloud-development/heroku/index.md index 1135c6801f7..883e4666882 100644 --- a/guide/english/cloud-development/heroku/index.md +++ b/guide/english/cloud-development/heroku/index.md @@ -1,10 +1,10 @@ --- title: Heroku --- - ## Heroku -Heroku is a cloud platform as a service (PaaS) supporting several programming languages that is used as a web application deployment model. Heroku, one of the first cloud platforms, has been in development since June 2007, when it supported only the Ruby programming language. It now supports Java, Node.js, Scala, Clojure, Python, PHP, and Go. For this reason, Heroku is said to be a polyglot platform as it lets the developer build, run and scale applications in a similar manner across all the languages. Heroku was acquired by Salesforce.com in 2010 for $212 million +## Heroku +Heroku is a cloud Platform as a Service (PaaS) supporting several programming languages that is used as a web application deployment model. One of the first cloud platforms, Heroku has been in development since June 2007. Initially it supported only the Ruby programming language, but now supports Java, Node.js, Scala, Clojure, Python, PHP, and Go. For this reason, Heroku is said to be a polyglot platform as it lets the developer build, run and scale applications in a similar manner across all the languages. Heroku was acquired by Salesforce.com in 2010 for $212 million. + #### More Information: - - * Wikipedia - * [Heroku](https://www.heroku.com/) +* [Wikipedia](https://en.wikipedia.org/wiki/Heroku) +* [Heroku](https://www.heroku.com/)