-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Reference: https://www.reddit.com/r/node/comments/waubbs/is_nestjs_really_an_upgrade/
There are many variables that we need consider in choosing a language
For example,
Go, Zig, C++, Carbon or Rust will always beat NodeJS no matter what, but they usually come with a cost of development speed. Writing the same application in Rust will probably take more time. So you need to find a balance here.
If we care about performance: go for Golang or Rust, cause they definitely beat NodeJS.
But if we want to reduce time on development, then NodeJS (particular NestJS framework) will be a good choice. Because NestJS is providing hundred things like decorators, interceptors, etc. to help you develop your project easier and faster.
Metadata
Metadata
Assignees
Labels
No labels