async-tungstenite

Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation (by sdroege)

Async-tungstenite Alternatives

Similar projects and alternatives to async-tungstenite

  1. heim

    Cross-platform async library for system information fetching 🦀

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. tokio-tungstenite

    Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation

  4. rust-websocket-lite

    A fast, low-overhead WebSocket client

  5. gtk-rs-core

    Rust bindings for GNOME libraries

  6. another-rust-load-balancer

    A load balancer with support for different middlewares and load balancing strategies, based on hyper and tokio

  7. rustpad

    Efficient and minimal collaborative code editor, self-hosted, no database required

  8. redis-async-rs

    A Rust client for Redis, using Tokio

  9. elegant-departure

    Rust crate to simplify graceful shutdowns

  10. async-std

    Async version of the Rust standard library

  11. ohkami

    A performant, declarative, and runtime-flexible web framework for Rust

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better async-tungstenite alternative or higher similarity.

async-tungstenite discussion

Log in or Post with

async-tungstenite reviews and mentions

Posts with mentions or reviews of async-tungstenite. We have used some of these posts to build our list of alternatives and similar projects.
  • generic purpose library in rust
    1 project | /r/rust | 21 Mar 2021
    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

Basic async-tungstenite repo stats
1
443
7.4
21 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Rust is
the 3rd most popular programming language
based on number of references?