- async-tungstenite VS crusty-core
- async-tungstenite VS tokio-tungstenite
- async-tungstenite VS rustpad
- async-tungstenite VS async-std
- async-tungstenite VS delay-timer
- async-tungstenite VS heim
- async-tungstenite VS another-rust-load-balancer
- async-tungstenite VS rust-websocket-lite
- async-tungstenite VS gtk-rs-core
- async-tungstenite VS tungstenite-rs
Async-tungstenite Alternatives
Similar projects and alternatives to async-tungstenite
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
tokio-tungstenite
Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
-
-
-
delay-timer
Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible scheduling, and dynamic add/cancel/remove is supported.
-
-
another-rust-load-balancer
A load balancer with support for different middlewares and load balancing strategies, based on hyper and tokio
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
async-tungstenite discussion
async-tungstenite reviews and mentions
-
generic purpose library in rust
You can also mix them a bit. The library tungstenite is implemented like this, and allows async-tungstenite to reuse the same logic but in a non-blocking manner. You have the API of the second option, but if a write call returns WouldBlock, you return to the caller and allow them to continue when the buffer is flushed. This can get complicated saving state though (e.g. whether it's currently doing authentication, uploading a file, etc.), but see my note below about Rust's async/await.
Stats
sdroege/async-tungstenite is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of async-tungstenite is Rust.