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. crusty-core

    A small library for building fast and highly customizable web crawlers

  2. 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.

    CodeRabbit logo
  3. tokio-tungstenite

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

  4. rustpad

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

  5. async-std

    Async version of the Rust standard library

  6. delay-timer

    Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible scheduling, and dynamic add/cancel/remove is supported.

  7. heim

    Cross-platform async library for system information fetching 🦀

  8. another-rust-load-balancer

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

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. rust-websocket-lite

    A fast, low-overhead WebSocket client

  11. gtk-rs-core

    Rust bindings for GNOME libraries

  12. tungstenite-rs

    Lightweight stream-based WebSocket implementation 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
411
6.9
2 months ago

Sponsored
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.
coderabbit.ai

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