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.

The Node.js Ecosystem Is Chaotic and Insecure

4 pointsby jaxonduover 6 years ago

1 comment

jeremychoneover 6 years ago
Agree about the silliness of some npm modules, however, after 20 years of building enterprise application in Java, I find NodeJS &#x2F; npm &#x2F; TypeScript refreshing and a surprisingly robust platform to develop serious backend services.<p>For example, many libraries are better maintained in the npm&#x2F;node world than in Java. For example, Node&#x27;s Google SDK , feels well throughout and maintained, while its java counterpart is cumbersome to use and actually out of date. Java Google Bucket SDK supports all legacy privilege only, whereas the node has to be expected support.<p>For image processing, finding any well-maintained image processing library in Java is a pain, and at the end, we are back to using something that binds to C++. In node, because the default is binding to C++ for those kinds of things, you have very robust implementation from OpenCV wrapper to sharp binding to libvips.<p>So, all in all, we have found that we have more chance to find a well maintained high-quality module in npm &#x2F; node world than in the Maven &#x2F; Java one. Yes, it was counter-intuitive to us a well, but we have learned the hard way.