Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

i've heard platform as a service....all i know is things like Heroku, which hosts and deploys your apps.

how does PaaS development cycle differ from SaaS ?

share|improve this question

2 Answers

"Platform as a Service" (PaaS) is a subset of "Software as a Service" (SaaS). The main difference is that the software in PaaS is intended for other software developers / companies, not end users / private persons.

It mainly differs by platform stability being more desirable in PaaS; i.e. high uptime is expected, and API's should be more stable and backwards compatible and not introduce breaking changes without good reason.

Wikipedia has more information.

share|improve this answer

The most well-known example of platform as a service is Force.com, which is offered by salesforce.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.