NestJS

NestJS

A progressive Node.js framework for server-side applications

Language: TypeScriptCategory: WebFirst released: 2017Created by: Kamil MyśliwiecLicense: MIT

NestJS is a progressive Node.js framework for building efficient, reliable, and scalable server-side applications. Built with TypeScript, it combines elements of Object-Oriented Programming, Functional Programming, and Functional Reactive Programming. Under the hood, Nest makes use of robust HTTP server frameworks like Express or Fastify, providing a level of abstraction above them but also exposing their APIs directly. Its modular architecture is heavily inspired by Angular.

Links

Key Features

Decorator-BasedModular ArchitectureDependency InjectionGraphQL SupportMicroservices