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

Both Go and JS are async and callback driven. The difference is that with JS those nasty callbacks are painfully explicit, whereas it is all hidden in Go. Node's callstack is a goroutine, except that the latter can also be preempted. If you have 100000 requests in progress in Node, it will consume at least as much memory as a well written Go program would.



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

Search: