Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
iTokio
3 months ago
|
parent
|
context
|
favorite
| on:
Go is still not good
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.
layer8
3 months ago
[–]
Implementing HTTP servers isn’t exactly a common use case in software development, though.
iTokio
3 months ago
|
parent
[–]
Sorry I didn’t mean implementing a raw http server like nginx, but just writing a backend.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The ergonomics for this use case are better than in any language I ever used.