ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 2 months agoElectron appslemmy.worldimagemessage-square152linkfedilinkarrow-up1715arrow-down114
arrow-up1701arrow-down1imageElectron appslemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square152linkfedilink
minus-squarelocuester@lemmy.ziplinkfedilinkEnglisharrow-up2·2 months agoIts performance as a backend server is abysmal compared to standard compiled languages. It’s absolutely wasteful to use it.
minus-squareRicaz@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up5·2 months agoThe 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.
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.