https://github.com/beincom/nest-domain-event
Domain event handler integration for nestjs
https://github.com/beincom/nest-domain-event
ddd domain-event event-handling nestjs nodejs typescript
Last synced: about 1 month ago
JSON representation
Domain event handler integration for nestjs
- Host: GitHub
- URL: https://github.com/beincom/nest-domain-event
- Owner: beincom
- License: mit
- Created: 2022-10-31T03:00:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T12:00:37.000Z (over 3 years ago)
- Last Synced: 2024-04-29T14:43:11.313Z (about 2 years ago)
- Topics: ddd, domain-event, event-handling, nestjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 182 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
## Nest Domain Event
Domain event handler integration for nestjs.
## Document
[Tiếng Việt](VN.README.MD).
## Installation
```bash
$ npm install --save @beincom/nest-domain-event
# OR
$ yarn add @beincom/nest-domain-event
```
## License
Package is [MIT licensed](LICENSE).