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.

Why you decided to use Nodejs and how was your experince?

3 pointsby ooooakover 5 years ago
I have seen lots of people complain about nodejs. I have used it in production for 2 years. I know its not the best thing out there. but it gets the shit done. how was your experience overall?

2 comments

TheCodeRoverover 5 years ago
I tried NodeJS because of the appeal of JavaScript on both the client &amp; server. That side didn&#x27;t really work out because client Side JavaScript is just so different.<p>As a web server it worked well. I put Nodejs behind HAProxy &amp; Varnish and ended up with something reasonably robust; good for both dynamic &amp; static content. These days I use if more for server side data handling and it is surprising what you can throw at it really - data collection and even some processing.<p>As you said its really good for getting stuff done.
CyberFonicover 5 years ago
I thought that the concept of NodeJS was fantastic. But in everyday use, I found it bloated and many of the libraries of rather dubious quality. After trying to use NodeJS for several projects, I have gone back to using mostly Python based servers with a couple of performant servers written in C. Have experimented with Go, but so far I haven&#x27;t used it for any production servers.