Hacker News new | ask | show | jobs
by schrodinger 2689 days ago
That’s the idiomatic way to handle requests in Go. What’s the problem?
1 comments

I don't have any problem with their Go implementation. Instead, it is very impressive to me who has little knowledge in Go.

I just want to point out that Node runs with a single thread so it does not max out CPU utilization. It would be nice if the author does the benchmark again with multiple processes of node js.