This demo shows the best practice for implementing Qworum-based web applications and services.
This demo uses semantic data rather than JSON.
This demo uses only static files. This implies that Qworum scripts aren't dynamically generated on the server, but instead they are:
- generated inside web pages with JavaScript, or
- static XML files.
Also, this demo does not send any data to Qworum service endpoints on the server. Instead, the endpoints handle the data on the client exclusively.
An e-shop is implemented as a Qworum application. It uses a remote third party Qworum service for its shopping cart. The shopping cart in turn uses another third-party Qworum service that is a payment gateway.
This demo is available on https://shop.demo.qworum.net.
You need a web server that can serve static files. I would recommend opening this directory in Visual Studio Code,
and then launching the following file with the Live Server
VS Code extension:
build/shop.demo.qworum.net/index.html
None.