TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Node.js Is Here to Stay

27 pointsby jgalvez10 months ago

5 comments

wavemode10 months ago
Every company I&#x27;ve ever worked for used Node.js. Almost none of them used it as a web server, however.<p>NPM is ubiquitous for frontend development, even when the backend uses a different technology.
评论 #41029517 未加载
评论 #41029829 未加载
alex_lav10 months ago
This feels like a chatgpt blog post, kind of about nothing.
评论 #41029837 未加载
thecleaner10 months ago
I have to ask why is this article necessary ? Nobody is deleting nodejs anyway.
xyproto10 months ago
Node is great, but I think we should collectively abandon npm:<p>It is centered around installing things as a user (in $HOME) as opposed to using proper packages.<p>The configuration format treats lines with `#` as not comments.<p>And, most importantly, security has been an afterthought.
29athrowaway10 months ago
node.js is a decent piece of technology but you have to pick your packages very carefully. Even the popular packages suffer from bugs that make you wonder if any of those maintainers knows what they are doing.