Skip to content

Custom uv_stream_t implementations #275

@jnicholls

Description

@jnicholls

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions