You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core of rockerjs, the solution for Node EE. Rockerjs-core provides a IoC container and AOP based on TypeScript, Compatible with any system or framework.
A Utility Library for Typescript which contains a variety of Decorators, that solve different Cross-Cutting concerns. This includes common functionality like retries, validation, logging and caching, hence the name lib of commons.
The NotificationService handles sending notifications (SMS and email) based on user preferences and templates from the database. It validates requests, retrieves user and category data, and uses Mustache to generate messages. Depending on the notification type, it sends SMS via Twilio or emails using the appropriate client, while dynamic templates.