Hacker News new | ask | show | jobs
by jsd1982 2377 days ago
It's non-blocking for its own http request/response handling but will it allow you integrate with its event loop and register your own events to react to? Can your request handler make its own network connections as a client to other servers in a non-blocking way?
1 comments

Yeah I was thinking this too, it doesn't seem like it. It's still blocking on http_server_listen.