Template - API
WelcomePrerequisitesNodeJS
  • Welcome!
    • About me
  • Prerequisites
    • Installation and Database Setup
    • Installing Node.js on the Server
  • NodeJS
    • 🆓Getting Started with the Free Template
    • 🎗️Premium Template - REST API
      • Structure
      • Middlewares and Guards
      • Core Modules
        • Prisma with NestJS
        • Swagger with NestJS
      • Dynamic Module
        • Create or Import Module
  • Modules
    • 🎗️Websockets
    • 🎗️Mailer
    • 🎗️Upload
Powered by GitBook
On this page

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.

PreviousCreate or Import ModuleNextWebsockets

Last updated 9 months ago