Microservices | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
Overview In addition to traditional (sometimes called monolithic) application architectures, Nest natively supports the microservice architectural style of development. Most of the concepts discussed elsewhere in this documentation, such as dependency injection, decorators, exception filters, pipes, guards and interceptors, apply equally to microservices. Wherever possible, Nest abstracts implementation details so that the same components can run across HTTP-based platforms, WebSockets, and Microservices. This section covers the aspects of Nest that are specific to microservices. In Nest,…
related reading
- Documentation | NestJS - A progressive Node.js frameworkdocs.nestjs.com
- Documentation | NestJS - A progressive Node.js frameworkdocs.nestjs.com
- Documentation | NestJS - A progressive Node.js frameworkdocs.nestjs.com
- Documentation | NestJS - A progressive Node.js frameworkdocs.nestjs.com
- Documentation | NestJS - A progressive Node.js frameworkdocs.nestjs.com
- Documentation | NestJS - A progressive Node.js frameworkdocs.nestjs.com
- Mediumsemaphoreci.medium.com
- Documentation | NestJS - A progressive Node.js frameworkdocs.nestjs.com
- Bulletproof node.js project architecture 🛡️softwareontheroad.com
- Tao of Node - Design, Architecture & Best Practices | Alex Kondovalexkondov.com
- next.js/examples at canary · vercel/next.jsgithub.com
- Next.js Docsnextjs.org