NestJS CQRS module for EventStore.org. It requires @nestjs/cqrs
This module serves as a bridge between NestJs and popular event store brokers like Event Store and NATS Streaming, with plans for Kafka support in the future. It provides support for different subscription strategies in EventStore.org and both durable/persistent subscriptions in NATS Streaming.
Setup root app module for NATS
Setup async root app module
Setup feature module
Setup root app module for Event Store
Setup async root app module
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.