Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nest | 61,426 | 1,951 | 7,621 | a day ago | 348 | November 20, 2023 | 89 | mit | TypeScript | |
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀 | ||||||||||
Nodejs Integration Tests Best Practices | 2,983 | 4 months ago | 42 | JavaScript | ||||||
✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (July 2022) | ||||||||||
Notadd | 2,762 | 7 days ago | 44 | February 07, 2018 | 53 | apache-2.0 | TypeScript | |||
A microservice development architecture based on nest.js. —— 基于 Nest.js 的微服务开发架构。 | ||||||||||
Nodejs Roadmap | 2,376 | 2 years ago | 79 | |||||||
【Nodejs-Roadmap】侧重于 Node.js 服务端的开发指南,公众号 “Nodejs技术栈” | ||||||||||
Ultimate Backend | 2,362 | a month ago | 66 | mit | TypeScript | |||||
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication | ||||||||||
Nestjs | 1,863 | 89 | 16 days ago | 14 | July 18, 2023 | 51 | mit | TypeScript | ||
A collection of badass modules and utilities to help you level up your NestJS applications 🚀 | ||||||||||
Nest Clean Architecture | 544 | 4 months ago | 4 | TypeScript | ||||||
🏛️ Nest.js clean architecture example following some DDD principles with use-cases written in functionnal programming. | ||||||||||
Nest Schedule | 417 | 15 | 11 | a year ago | 19 | December 26, 2019 | 25 | mit | TypeScript | |
A cron-like and not-cron-like job distributed scheduler for Nest.js by decorators. | ||||||||||
Nestjs Boilerplate Microservice | 382 | 2 days ago | 2 | mit | TypeScript | |||||
Nestjs Microservice boilerplate: apply DDD, CQRS, and Event Sourcing within an event driven architecture | ||||||||||
Nestjs Cqrs Starter | 288 | a year ago | 8 | TypeScript | ||||||
NestJS CQRS Microservices Starter Project |
Notadd is an open source, Nest.js framework-based microservice development architecture that allows you to build a microservices system using the right modules and addons for different business needs. Notadd officially provides an abstract public service layer. Within the service layer, each module provides the Grpc interface for the Notadd main program to call. For example, a CMS system, you can use the officially provided nt-module-cms
and nt-module-user
modules as the underlying service layer. Then use the Notadd main program to write your API layer code according to the protobuf
message protocol defined by the service layer.
Enterprise Official Website: CMS module + neditor plug-in, message board plugin
Information release: CMS module, user module + CMS multi-user plugin, Neditor plugin
WeChat Mall: User module, Mall module, WeChat module + WeChat big turntable, payment plug-in, offline verification plug-in
Dining plan: User module, Mall module, WeChat module + ordering plugin, scan code payment plug-in, passenger flow monitoring plug-in ... + infrared sensor development, WiFi probe expansion
Hotel Program: User module, Hotel module, WeChat module + booking plugin, payment plug-in, smart WiFi plugin + WiFi probe expansion, door card system expansion
CRM system: User module, CRM module ...
More to imagine ...
nt-rpc-demo
and nt-module-user
yarn install
yarn start
localhost:5000/graphql
Note: The Notadd main program provides demo code at this stage, and does not rule out the removal of all graphql api code later.
Welcome to Pull requests. For major changes, please file a Issue and discuss with us what you want to change.
Thanks to all those who have contributed to notadd!
Tencent QQ Group:322247106
Forum: Under construction
Blog: Under construction
We would like to thank the following sponsors for funding the development of our Notadd. If you are interested in becoming a sponsor, please visit Notadd's Gitee Page:
(Please ask your company to support this open source project by becoming a sponsor)
Thank you to all our backers! Become a backer
The Notadd is open-sourced software licensed under the Apache 2.0 license.