stdio-to-ws
JSON →Bridge stdio processes to WebSocket connections. Current version is 0.2.0, with an active development cadence. It allows spawning a child process and piping its stdin/stdout to WebSocket clients, supporting line-based or raw framing. Key differentiators include built-in framing modes (line for NDJSON, raw with Content-Length stripping) and zero-config npx usage. Ideal for exposing CLI tools or AI agent protocols (e.g., Gemini CLI with ACP) over WebSocket without manual socket programming.
Resources
packagestdio-to-ws ↗