awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
joewalnes avatar

joewalnes/websocketd

0
View on GitHub↗
17,465 stars·1,011 forks·Go·BSD-2-Clause·17 viewswebsocketd.com↗

Websocketd

websocketd is a CGI web server and process-to-WebSocket wrapper that transforms command line programs into WebSocket servers by bridging standard input and output streams to remote clients. It functions as a TLS-secured gateway that routes traffic to backend processes, allowing any executable using standard IO to be exposed via a web interface.

The project uses directory-based endpoint mapping to automate the creation of URL paths from local executable files. It employs a process-per-connection model to isolate execution and forwards HTTP request metadata, such as cookies and query parameters, to child processes through environment variables.

The system includes capabilities for serving static web assets, restricting WebSocket upgrades based on origin headers, and limiting concurrent processes to prevent resource exhaustion. It also supports custom HTTP header configuration and transport layer security using SSL certificates.

Features

  • Standard IO WebSocket Bridges - Provides a bridge that transforms any command line program using standard input and output into a WebSocket server.
  • Protocol Bridges - Bridges a program's standard input and output streams directly to a WebSocket connection for remote interaction.
  • Process-to-WebSocket Wrappers - Pipes a local executable's input and output streams to and from remote WebSocket clients.
  • WebSocket-Based CLI Exposure - Exposes command line programs as WebSocket servers for remote interaction through a web browser.
  • Standard IO to WebSocket Bridging - Connects a program's standard input and output to WebSockets for real-time data streaming and remote control.
  • Transport Layer Security - Secures socket connections using HTTPS and SSL certificates to encrypt traffic between clients and the server.
  • CGI Script Execution - Provides the ability to execute local scripts and return their output as HTTP responses via the CGI standard.
  • Protocol Upgrades - Handles the handshake protocol to upgrade standard HTTP requests into persistent bidirectional WebSocket streams.
  • Executable-to-WebSocket Proxying - Wraps existing executables with a WebSocket layer to enable real-time data streaming and remote process execution.
  • Process-Per-Connection Architectures - Employs a process-per-connection model to isolate execution and manage state for every WebSocket client.
  • Session Environment Variable Exporters - Exposes HTTP request headers and client metadata to child processes via session-specific environment variables.
  • Origin Validators - Verifies the Origin header during the WebSocket handshake to prevent unauthorized protocol upgrades.
  • TLS/SSL Configurations - Secures socket connections using SSL/TLS encryption to protect data transmission.
  • TLS-Secured WebSocket Gateways - Provides a TLS-secured gateway for routing traffic to backend processes with origin restriction.
  • Process Pool Limiters - Caps the number of simultaneous child processes executed by handlers to prevent system resource exhaustion.
  • Filesystem-to-URL Endpoint Mapping - Automates the creation of URL paths by mapping executable files in a local directory to unique endpoints.
  • Environment Variable Metadata Forwarding - Forwards remote host, cookies, and query parameters to backend processes through standard environment variables.
  • Network Utilities - Turns standard input/output programs into WebSocket servers.
  • Communication and Real-time - A tool to turn CLI programs into WebSocket servers.

Star history

Star history chart for joewalnes/websocketdStar history chart for joewalnes/websocketd

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Websocketd

These projects share indexed features with Websocketd. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • quarkusio/quarkusquarkusio avatar

    quarkusio/quarkus

    15,479View on GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Javacloud-nativehacktoberfestjava
    View on GitHub↗15,479
  • apache/tomcatapache avatar

    apache/tomcat

    8,186View on GitHub↗

    Apache Tomcat is an open-source implementation of the Jakarta Servlet, Pages, Expression Language, and WebSocket specifications, serving as a container for running Java web applications. It provides a modular architecture with a servlet container, connector abstraction for multiple I/O models, and a pipeline-based request processing system that handles cross-cutting concerns through composable components. The server supports container-managed security with configurable realms for authentication against JDBC, LDAP, or memory-based credential stores, and offers TLS encryption with optional Open

    Javahttpjavajavaee
    View on GitHub↗8,186
  • vi/websocatvi avatar

    vi/websocat

    8,571View on GitHub↗

    Websocat is a specialized set of command-line tools for WebSocket communication, acting as a client, server, and stream processor. It provides a terminal-based interface for connecting to WebSocket servers, hosting secure WebSocket servers, and bridging data between WebSockets and other network transports. The project distinguishes itself by functioning as a bidirectional network relay, allowing the routing of data between WebSocket streams, TCP sockets, UNIX sockets, and standard system input and output. It includes specialized implementations for SOCKS5 and HTTP proxying, as well as a strea

    Rustclicommand-linecommand-line-tool
    View on GitHub↗8,571
  • olahol/melodyolahol avatar

    olahol/melody

    4,066View on GitHub↗

    Melody is a WebSocket server framework designed to upgrade HTTP connections into bidirectional streams. It functions as a session manager and binary streaming library that facilitates real-time data exchange between a server and multiple remote clients. The project features a broadcast engine that optimizes multi-client transmissions through wire-representation caching. It includes a dedicated session management system for attaching custom state to persistent network connections and an upgrade handler that validates handshake headers. The framework covers broad capability areas including eve

    Goexampleframeworkgo
    View on GitHub↗4,066
Compare all 30 related projects→

Frequently asked questions

What does joewalnes/websocketd do?

websocketd is a CGI web server and process-to-WebSocket wrapper that transforms command line programs into WebSocket servers by bridging standard input and output streams to remote clients. It functions as a TLS-secured gateway that routes traffic to backend processes, allowing any executable using standard IO to be exposed via a web interface.

What are the main features of joewalnes/websocketd?

The main features of joewalnes/websocketd are: Standard IO WebSocket Bridges, Protocol Bridges, Process-to-WebSocket Wrappers, WebSocket-Based CLI Exposure, Standard IO to WebSocket Bridging, Transport Layer Security, CGI Script Execution, Protocol Upgrades.

Which projects share features with joewalnes/websocketd?

Projects with overlapping indexed features include: quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… apache/tomcat — Apache Tomcat is an open-source implementation of the Jakarta Servlet, Pages, Expression Language, and WebSocket… vi/websocat — Websocat is a specialized set of command-line tools for WebSocket communication, acting as a client, server, and… olahol/melody — Melody is a WebSocket server framework designed to upgrade HTTP connections into bidirectional streams. It functions… pion/webrtc — This project is a cross-platform implementation of the WebRTC standard, providing a comprehensive library for building… ezlippi/tinyhttpd — Tinyhttpd is a minimal HTTP web server designed to process requests, deliver static files, and execute CGI scripts via…