ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 2 days agoElectron appslemmy.worldimagemessage-square153linkfedilinkarrow-up1691
arrow-up1691imageElectron appslemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square153linkfedilink
minus-squareRicaz@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up3·13 hours agoYou 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.
minus-squarelocuester@lemmy.ziplinkfedilinkEnglisharrow-up2·9 hours 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-up1·8 hours 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.
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.