Skip to content

Named Pipe on windows #468

@Mattwmaster58

Description

@Mattwmaster58

Is your feature request related to a problem? Please describe.
In my head, named pipes are a lower overhead way of communication compared to eg TCP over loopback interface. I don't have a scenario where local network isn't sufficient, but I was curious of the feasibility of this (as have many others for other RPC libs)

Describe the solution you'd like
It would be cool to be able to do this over named pipe. I'm not sure what "layer" this would best implemented in. Ktor plugin? lower than ktor?

Describe alternatives you've considered
websockets on loopback interface - it's fine, I was just curious on the feasibility of named pipes, and what the best approach might be for someone desiring named pipe access would be.

Additional context
N/A

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions