Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielleandro0801/typescript-event-dispatcher

Repository with an example of Event Dispatcher in Typescript
https://github.com/gabrielleandro0801/typescript-event-dispatcher

ddd domain-events nodejs typescript

Last synced: 6 days ago
JSON representation

Repository with an example of Event Dispatcher in Typescript

Awesome Lists containing this project

README

        

Typescript Event Dispatcher

## Installing the dependencies
``` bash
npm i
```

## Local Testing
``` bash
npm run dev
```