- 授权协议: Apache
- 开发语言: JavaScript TypeScript
- 操作系统: 跨平台
- 软件首页: https://www.notadd.com
- 软件文档: https://doc.notadd.com
软件介绍
Notadd 是一个开源的、基于 Nest.js 框架的微服务开发架构,您可以根据不同的业务需求使用适合的模块、插件来搭建一个微服务系统。Notadd 官方提供了抽象化的公共服务层,在服务层内,每一个模块都提供了 Grpc 接口供 Notadd 主程序进行调用。比如一个 CMS 系统,您可以使用官方提供的 nt-module-cms 和 nt-module-user 模块作为基础服务层,然后依据服务层定义的 protobuf 消息协议,使用 Notadd 主程序编写您的 API 层代码。
- 【微服务】 支持单机部署和微服务化
- 【高性能】 异步高性能应用,单机并发轻松上万
- 【易维护】 使用 Typescript 开发,智能化的代码提示和编译时的代码检查机制
- 【可插拔】 模块化开发系统,依据业务需求,选择合适的模块,进行 API 层的搭建
总之,Notadd 是新的技术方向标,能让每个 web 艺术家像构建工程一样构建程序。
Data Structures and Algorithm Analysis in Java
Mark A. Weiss / Pearson / 2006-3-3 / USD 143.00
As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop wel......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!
