05 2021 档案
摘要:NestJS官网对其微服务的定义: In Nest, a microservice is fundamentally an application that uses a different transport layer than HTTP. 一个不使用HTTP作为传输层协议的App,就叫微服务。
阅读全文
摘要:前言:NextJS是实现React SSR的框架,NestJS是NodeJS平台的MVC框架。 或者说:NextJS渲染React,NestJS则是实现MVC的WebServer。 相比较Koa而言,NestJS更好地实现了模块化(module)和路由,以及其他功能,如graphql、redis、m
阅读全文