function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anu Raj.ax1269Anu Raj.ax1269 

salesforce with heroku

Hi

Can anybody tell me how to connect Salesforce with Heroku. 

Thanks

Anu

All Answers

Anu Raj.ax1269Anu Raj.ax1269

Thanks shiva

can you please give me a short description on this topic.

Shiva Ramesh @ xcdhrShiva Ramesh @ xcdhr

Heroku is a cloud-based development platform as a service (PaaS) provider. The Heroku platform supports development in Ruby on RailsJavaNode.jsPython, Scala and Clojure.

 

It is a polyglot cloud application platform. With Heroku, you don’t need to think about servers at all. You can write apps in the programming language of your choice, back it with add-on resources such as SQL and NoSQL databases,Memcached, and many others. You manage your app using the Heroku command-line tool and you deploy code using the Git revision control system, all running on the Heroku infrastructure.

 

Heroku is the leading Ruby platform-as-a-service, built from the ground up to work in an open environment and take advantage of the Ruby language. Ruby has become the leading development language used to write next-generation apps that are social, collaborative and deliver real-time access to information across mobile devices. 

 

Heroku’s multi-tenant architecture means no virtual machines to manage, no software to install, and no complicated platform stacks to manage and tune. Developers can focus on writing their code – and Heroku takes care of everything else.