this post was submitted on 05 Dec 2025
681 points (98.3% liked)
Programmer Humor
27726 readers
114 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can bash the Javascript language all you want, but don't come for its performance lol. Nodejs was very fast across the board when it came out, and still beats most scripting languages. Even some bigger runtimes in IO.
Its performance as a backend server is abysmal compared to standard compiled languages.
It’s absolutely wasteful to use it.
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.