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
68 watching
278 forks
Language: Rust
last commit: 9 days 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,143 |
websockets/ws | A library implementing a WebSocket protocol for bidirectional, real-time communication between clients and servers. | 21,752 |
websockets/wscat | Tool for testing and interacting with WebSocket servers | 2,247 |
lukeed/sockette | Automated reconnection and reusable WebSocket wrapper | 2,454 |
nccgroup/wssip | A tool that intercepts and manipulates WebSocket traffic between clients and servers. | 445 |
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 |
erebe/wstunnel | A tool to bypass firewalls and proxies by tunneling traffic over Websocket or HTTP2 | 4,340 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |
tfausak/wuss | A Haskell library that simplifies the creation of secure WebSocket clients. | 69 |
eranyanay/1m-go-websockets | Demonstrates how to handle a large number of websockets connections in Go | 5,816 |
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,906 |
lxzan/gws | A WebSocket implementation designed for building real-time applications with focus on simplicity, performance, and reliability. | 1,429 |
theturtle32/websocket-node | An implementation of the WebSocket protocol for Node.js | 3,757 |