websocketd
WebSocket wrapper
Tool to turn existing command-line applications into WebSocket servers by piping client input and sending server output over WebSockets
Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.
17k stars
367 watching
1k forks
Language: Go
last commit: 5 months ago
Linked from 3 awesome lists
proxywebsocket-serverwebsockets
Related projects:
Repository | Description | Stars |
---|---|---|
lukeed/sockette | Automated reconnection and reusable WebSocket wrapper | 2,454 |
zaphoyd/websocketpp | A C++ library that provides WebSocket protocol implementation and support for various network transport modules. | 7,056 |
coder/websocket | A minimal and idiomatic WebSocket library for Go | 3,950 |
tootallnate/java-websocket | A library implementing a WebSocket protocol in Java. | 10,530 |
websockets/ws | A library implementing a WebSocket protocol for bidirectional, real-time communication between clients and servers. | 21,752 |
gobwas/ws | A WebSocket implementation in Go. | 6,143 |
daltoniam/starscream | A WebSocket library in Swift for establishing and managing real-time communication between devices. | 8,348 |
sta/websocket-sharp | An implementation of the WebSocket protocol for C# applications. | 5,731 |
obsproject/obs-websocket | Enables remote control and automation of OBS Studio through WebSocket connections | 3,906 |
allinurl/gwsocket | A fast, standalone WebSocket server written in C, providing bidirectional communication between applications and browsers. | 752 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |
jaspervdj/websockets | Provides a Haskell library for creating WebSocket servers and clients with support for TLS and various testing frameworks. | 407 |
mattgodbolt/seasocks | An embeddable C++ webserver with WebSocket support for building small-scale networked applications. | 735 |
eliihen/wsta | A command-line tool for interacting with WebSockets | 632 |
eranyanay/1m-go-websockets | Demonstrates how to handle a large number of websockets connections in Go | 5,816 |