Last updated
The full, runnable example now lives in the Comics Universe demo:
π github.com/soapjs/soap-node-demo
A complete SoapJS application β Marvel & DC heroes and villains β that grows from a simple controller β use case β repository feature (comics) to full event-driven CQRS with a read-model projection and a WebSocket live feed (characters), plus JWT auth and a MongoDB read/write split.
Clone it, then npm install β npm run seed β npm run dev, and read it as the canonical reference for how the pieces fit together.
Last updated