Skip to content

feat: add support for UDS and Named Pipes as alternative transport#2

Open
BigJk wants to merge 5 commits into
mainfrom
feat/uds-named-pipes
Open

feat: add support for UDS and Named Pipes as alternative transport#2
BigJk wants to merge 5 commits into
mainfrom
feat/uds-named-pipes

Conversation

@BigJk

@BigJk BigJk commented Apr 7, 2026

Copy link
Copy Markdown
Owner

Add IPC transport support (Unix sockets & named pipes)

Adds two alternative transports to complement the existing stdin/stdout channel: Unix domain sockets (--socket <path>) and named pipes (--pipe <path>). On non-Windows platforms --pipe is an alias for a Unix domain socket. On Windows it uses a real CreateNamedPipe named pipe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant