Skip to content

Support for Named Pipes in Deno.connect #10244

@DjDeveloperr

Description

@DjDeveloperr

Why?

Currently, Deno.connect only supports IPC for unix (using unstable transport: "unix"). There should be named pipes support too, which would allow IPC on Windows (as NodeJS' net mode does, it supports both, reference).

Additional info

I have tried using Deno.open but it doesn't work too well here. A native addon to Deno.connect would be way better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    public APIrelated to "Deno" namespace in JSsuggestionsuggestions for new features (yet to be agreed)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions