Hacker News new | ask | show | jobs
by david38 790 days ago
Not true. Go is also made for this.

Node is awful with lots of connections. Go gives me way fewer bugs, easier to properly trace, static typing is a blessing, etc.

With a db that can handle thousands upon thousands of connections, Go trounced Node in my experience