Hacker News new | ask | show | jobs
by jmspring 4726 days ago
Agreed.

I actually find the await/async model of C#/.NET 4.5 less hideous than the callback hell of Node.

That said, there is an attraction to tipping up a basic server in a dozen or so lines of code.

1 comments

Golang seems to fit that bill for me. I'm using it more every day now.