Nest Event

screenshot of Nest Event
nestjs

Event handling with decorators for NestJS Framework

Overview

Nest Event is a library that enables communication between modules without the need for imports. It allows for organizing event handlers with decorators and supports working with multiple event emitters.

Features

  • Communicate between modules without import: Facilitates communication between modules without the need for imports.
  • Organize event handlers with decorators: Allows for organizing event handlers using decorators such as @On and @From.
  • Work with multiple Event Emitters: Supports working with multiple event emitters and provides flexibility in managing them.

Summary

Nest Event is a library that simplifies communication between modules in a Nest application. By utilizing decorators and event emitters, developers can easily create organized event handling mechanisms. The ability to work with multiple event emitters adds flexibility to the communication process. Additionally, the project is open to contributions from the community under the MIT license.

nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

typescript
Typescript

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.