WebSocket/SSE/REST bridge for CLI utilities
Web API bridge in Go, opening CLI utilities through three transports. REST for synchronous execution, WebSocket for bidirectional real-time streaming, SSE for streaming output delivery. Created for integrating software without web interfaces into dashboards. Commands are limited by a customizable JSON allowlist. Graceful shutdown with completion of active requests. Built on the standard Go library, minimal dependencies. 6 tests.