Hacker News new | past | comments | ask | show | jobs | submit login

If you do this comparison and are doing performance testing yourself, make sure to test the scaling. At low concurrent connection counts I find their request handling latency to be pretty similar, but I have found Go scales much better.

Also, another factor (and different type of scaling), is how big the test app is. Go is for the most part written in Go (stdlibs etc). But in node.js,which is mostly C under the hood, as the app gets larger and larger and the ratio time spent in C vs JS changes to favor JS, things can take a downhill turn.

Enough said: https://twitter.com/felixge/status/275320642059001857




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: