Qworum Boilerplate
Framework-agnostic boilerplate for Qworum-based web applications and APIs.
(Qworum provides new browser capabilities; it’s not a web framework. For a description of what Qworum is bringing to the Web platform, look for Qworum here in the Chrome extensions section, and visit the Qworum website.)
Greenfield SaaS
For greenfield SaaS applications this is a great code base to start with:
Structure your application as a Qworum API, and make your service callable by third-party remote applications, no separate API needed !
For your customers and partners, calling Qworum APIs will be much easier than calling other web APIs.
Brownfield SaaS
For brownfield cases where a pre-existing SaaS is already running in production:
Use this boilerplate to develop a separate Qworum API, which is much easier to call for customers and partners.
Optionally, merge your application with your Qworum API over time.
Qworum APIs on top of third-party SaaS
It is possible to build a Qworum API for a SaaS product even if you don’t own the SaaS product yourself. To do this, simply build on the public web APIs that the SaaS vendor is providing.
Happy coding.