Hacker News new | ask | show | jobs
by tuxychandru 5187 days ago
All network IO in go is non-blocking. Channels and goroutines avoid the nested callback mess. Go is also a better designed language than JS.

Gorilla[1] provides nice libraries for web development in Go.

[1]http://gorilla-web.appspot.com/

1 comments

Sounds good—I had this feeling too about Go vs Node