Modules
In the Node.js API template, a Module is an optional extension that adds specific functionalities to the core API structure, such as WebSocket, email sending, or file uploads.
Each module is designed to work independently but can also be easily integrated into the main project (HTTPS API). This allows developers to add only the features they need while maintaining a secure and robust architecture, guided by the provided documentation.
Last updated