Investigation into the Inefficiencies of Node.js Http Streams

from blog nickb.dev, | ↗ original
Update: 2017-08-01: I posted this question on Stackoverflow, which was subsequently answered. Check it out! Previously, I wrote a Rust TLS termination proxy where I tested it with a Node.js echo server and noted the terrible performance. This post will be a deeper dive into this problem. See this post on stackoverflow. The weird thing is I don’t...