Production practices

This commit is contained in:
Yoni Goldberg
2023-05-11 11:52:27 +03:00
parent 4f9757d212
commit c8b7eb27aa
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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