websocat
WebSocket client
A command-line tool that enables communication with WebSockets using advanced socat-like functions.
Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
7k stars
69 watching
281 forks
Language: Rust
last commit: 2 months ago
Linked from 3 awesome lists
clicommand-linecommand-line-toolcurlnetcatproxyrfc-6455socatwebsocket-clientwebsocket-serverwebsockets
Related projects:
Repository | Description | Stars |
---|---|---|
gobwas/ws | A WebSocket implementation in Go. | 6,169 |
websockets/ws | A library implementing a WebSocket protocol for bidirectional, real-time communication between clients and servers. | 21,839 |
websockets/wscat | Tool for testing and interacting with WebSocket servers | 2,277 |
lukeed/sockette | Automated reconnection and reusable WebSocket wrapper | 2,457 |
nccgroup/wssip | A tool that intercepts and manipulates WebSocket traffic between clients and servers. | 449 |
zaphoyd/websocketpp | Provides a C++ library to establish and manage WebSocket connections between clients and servers over network. | 7,127 |
coder/websocket | A minimal and idiomatic WebSocket library for Go | 4,017 |
erebe/wstunnel | A tool to bypass firewalls and proxies by tunneling traffic over Websocket or HTTP2 | 4,397 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |
tfausak/wuss | A library for creating secure WebSocket clients in Haskell. | 69 |
eranyanay/1m-go-websockets | Demonstrates how to handle a large number of websockets connections in Go | 5,866 |
melishev/wsgo | Provides an abstraction layer on top of WebSocket connections to facilitate communication between clients and servers. | 3 |
obsproject/obs-websocket | Enables remote control and automation of OBS Studio through WebSocket connections | 3,940 |
lxzan/gws | A WebSocket implementation designed for building real-time applications with focus on simplicity, performance, and reliability. | 1,442 |
theturtle32/websocket-node | An implementation of the WebSocket protocol for Node.js | 3,766 |