Y
Hacker News
new
|
ask
|
show
|
jobs
by
iTokio
293 days ago
Go has transparent async io and a very nice M:N threading model that makes writing http servers using epoll very simple and efficient.
The ergonomics for this use case are better than in any language I ever used.
1 comments
layer8
293 days ago
Implementing HTTP servers isn’t exactly a common use case in software development, though.
link
iTokio
292 days ago
Sorry I didn’t mean implementing a raw http server like nginx, but just writing a backend.
link