this post was submitted on 05 Dec 2025
673 points (98.0% liked)

Programmer Humor

27933 readers
438 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] locuester@lemmy.zip 2 points 1 week ago (1 children)

Its performance as a backend server is abysmal compared to standard compiled languages.

It’s absolutely wasteful to use it.

[–] Ricaz@lemmy.dbzer0.com 5 points 1 week ago

The reality is that most backends don't use compiled languages, but stuff like PHP, Java and Python.

NodeJS scores very high on performance, concurrency, and especially IO, in that category.

And calling it abysmal compared to compiled languages is not fair, but yes, there are much better alternatives.