Hacker News new | ask | show | jobs
by daliwali 3429 days ago
It has a mostly-compatible API but strict conformance doesn't seem to be the goal here. If your application does not make use of obscure features provided by core http (it could probably be refactored to do without anyways), then it's a free boost in performance.
1 comments

Is the req object a readable stream? is the res object a writable stream? How do you handle backpressure with this mostly-compatible API?