PURISTA Quickstart
In this quickstart example, you will use the PURISTA CLI to create a project and then extend it with generated business artifacts. Start with npm create purista@latest or purista init my-app, then use purista add ... commands as you work through the guide.
We will build a simple application with synchronous + asynchronous flows (service, command, subscription, stream, and a queue-powered async endpoint).
What you will build
- a service
- one synchronous command
- one queue + worker pair (via
purista add queue) - one subscription reacting to command events
- one stream for incremental responses
- a runnable local setup
Requirements
- Node is installed on your local machine (LTS version recommended)
- a code editor like VSCode, Zed or similar
