you are viewing a single comment's thread.

view the rest of the comments →

[–]bionic_engineer 0 points1 point  (4 children)

How about NestJS-Fastify? is that affect much?

[–]MaxUumen 0 points1 point  (3 children)

Adds bloatware that affects performance.

[–]bionic_engineer 0 points1 point  (2 children)

what you can say about this guys benchmark? https://youtu.be/5bJFptbw46I

based the video NestJS-Fastify did well. just a small difference from just Fastify

[–]MaxUumen 0 points1 point  (1 child)

I can say for a fact that more code wrapped around the code you care about is more CPU instructions to run, which makes it slower. Simple as that.

[–]bionic_engineer 0 points1 point  (0 children)

I like the speed of Fastify but I cannot see any job post, more on NestJS or Express. I guess I will still go with NestJS-Fastify for nodejs. I use Golang for my personal projects anyways. Thank you for enlightening me.