Replies: 1 comment 1 reply
-
I would prefer we had a way to read/write that would not be Web Streams. I have significant concerns about the performance of any stream implementation at this point and I would prefer we had a lower level primitive that could be fast. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/cc @mcollina
After I complete the delivery of the initial QUIC implementation, I want to explore implementation of a new, modern, Promise and Web Platform API compatible implementation of the net subsystem that would exist in parallel with the existing net module. The intent would be to replace the existing net module marking it Legacy and not removing it.
I want to start a discussion about what that new API would look like:
There are a couple of important differences here:
Server-side is fairly simple..
I do plan on also revisiting the http1 and http2 implementations separately.
Beta Was this translation helpful? Give feedback.
All reactions