ronakjain2012 / node-boilerplate-ultimate

Node JS Boilerplate project with ExpressJS + MongoDB/MySQL/Lite/PG + EJS. Permissions, Auth, Routing, API Cache, Dynamic Pagination, 3rd-party error handler APIs, loggers, Env Schema. REST APIs with best practices from top devs and projects on GitHub.
24 stars 0 forks source link

Feature: Event Bus #83

Open ronakjain2012 opened 11 hours ago

ronakjain2012 commented 11 hours ago

Impact Analysis/Task Details

  1. Evenet Bus
    • Impact: Async Processing
    • Improvement: Async Processing of all the Email, OTP, Notification, DB Logs related tasks

Changes Required

Create a global event bus and TS Path for easy import, there will be 2 files one for actions and one for wrapper around emitter.

ronakjain2012 commented 11 hours ago

Working on it