-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Custom uv_stream_t implementations #275
Copy link
Copy link
Closed
Description
libuv should add a stream interface to allow developers to add their own uv_stream_t types, in order to build pluggable steams directly on top of the friendly libuv interface. This way, if someone wants to create a TLS stream for example, they can do so and consume that stream exactly the way they would consume a TCP stream for example. This would greatly help the libuv ecosystem, solve the TLS gap, yet not fill that gap by relying directly on a particular TLS implementation.
Apologies if this is a dupe.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels