mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-29 16:46:01 +08:00
Production practices
This commit is contained in:
@ -305,7 +305,7 @@ my-system
|
||||
|
||||
**Otherwise:** Due to the overwhelming amount of considerations, it's easy to make decisions based on partial information and compare apples with oranges. For example, it's believed that Fastify is a minimal web-server that should get compared with express only. In reality, it's a rich framework with many official plugins that cover many concerns
|
||||
|
||||
🔗 [**Read More: configuration best practices**](./sections/projectstructre/choose-framework.md)
|
||||
🔗 [**Read More: Choosing the right framework**](./sections/projectstructre/choose-framework.md)
|
||||
|
||||
## ![✔] 1.6 Use TypeScript sparingly and thoughtfully
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ Cons: Younger than others and not as popular yet; smaller eco-system compared to
|
||||
|
||||
**Koa**
|
||||
|
||||
Pros When compared with express: it's Simpler and nimbler; modern API with async/await support; better performance
|
||||
Pros: When compared with express: it's Simpler and nimbler; modern API with async/await support; better performance
|
||||
|
||||
Cons: Covers a small subset of a typical application needs - leaves a handful of app concerns uncovered; Not as popular as express and Nest.js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user