Hacker News new | ask | show | jobs
by ericj5 3506 days ago
This. It sounds like the author used a queue and worker pool with the Go version. There's nothing stopping you from doing the same thing in Node.

I think a lot of people forget this sometimes and just spawn off unlimited multiple simultaneous requests in Node apps. Doesnt matter what language you're using, that's never going to turn out well