tokio-tungstenite
WebSocket wrapper
Provides asynchronous WebSocket implementation for use with the Tokio runtime
Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
2k stars
27 watching
236 forks
Language: Rust
last commit: 17 days ago
Linked from 1 awesome list
asynchronoustokiotokio-tungstenitewebsocketwebsockets
Related projects:
Repository | Description | Stars |
---|---|---|
snapview/tungstenite-rs | A lightweight WebSocket implementation for Rust. | 1,924 |
snapframework/snap | Provides tools and infrastructure for building web applications using a composable, modular approach | 456 |
drashland/wocket | A WebSocket library for Deno that enables real-time communication between clients and servers. | 104 |
swimos/ratchet | A fast and robust implementation of the WebSocket protocol in Rust | 40 |
melishev/wsgo | Provides an abstraction layer on top of WebSocket connections to facilitate communication between clients and servers. | 3 |
eliihen/wsta | A command-line tool for interacting with WebSockets | 632 |
denoland/fastwebsockets | A WebSocket implementation that provides a fast and compliant way to establish bidirectional communication between clients and servers. | 872 |
bitwyre/websocket_core | Provides a basic building block for WebSocket-based communication in web applications. | 13 |
ryo-ma/deno-websocket | A simple WebSocket library for Deno, providing a standard interface for establishing and managing WebSocket connections. | 152 |
links2004/arduinowebsockets | A WebSocket library for Arduino that provides a client and server implementation of the WebSocket protocol. | 1,898 |
tatsuhiro-t/wslay | A C library implementing the WebSocket protocol for efficient data transfer over web connections. | 608 |
housleyjk/ws-rs | A lightweight implementation of WebSockets for Rust that abstracts away protocol details and provides efficient handling of multiple connections. | 1,472 |
tfausak/wuss | A Haskell library that simplifies the creation of secure WebSocket clients. | 69 |
johanwinther/websocket_server | Provides an async iterator for WebSocket events from all connected clients | 9 |
vapor/websocket-kit | A WebSocket client library built using SwiftNIO to establish bidirectional communication between clients and servers. | 278 |