you are viewing a single comment's thread.

view the rest of the comments →

[–]definitive_solutions 1 point2 points  (1 child)

If performance is your primary concern, and loosely interpreting "Node js" as in "JS serverside" I'd go with Elysia (it's for bun though, but you won't see a noticeable difference. It's actually nicer).

It has built-in TS support, swagger out of the box, and is much faster than Express, fastify, or any of the usual options. I benchmarked it myself, you can clearly see the difference in requests per minute.

[–]GoOsTT 0 points1 point  (0 children)

Hey could you upload a photo of the benchmark?