摘要:
什么是编程范式(programming paradigm)? 编程范式是依据编程语言的特征对其分类的方式。 Programming paradigms are a way to classify programming languages based on their features. 申明式与指 阅读全文
摘要:
NestJS官网对其微服务的定义: In Nest, a microservice is fundamentally an application that uses a different transport layer than HTTP. 一个不使用HTTP作为传输层协议的App,就叫微服务。 阅读全文