You might want async in your project

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    ASGI specification and utilities

    I can't seem to be able to edit on mobile. OP either meant this, or its variation, such as async_to_sync and sync_to_async.

    https://github.com/django/asgiref/blob/main/asgiref/sync.py

    Ofc this is a python example. I have no idea how it works in different languages.

  • SaaSHub

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

    SaaSHub logo
  • trust-dns

    Discontinued A Rust based DNS client, server, and resolver [Moved to: https://github.com/hickory-dns/hickory-dns]

    IO is not a part of the async runtime contract (I don't know if this is good or bad), and Tokio & futures famously have different `Async{Read,Write}` traits. I once had to do this [0] to adapt between them.

    This means that any crate that uses IO will be bound to a limited number of Runtimes. Everything being Tokio-only is pretty bad (though Tokio itself is great), but here we are...

    [0] https://github.com/bluejekyll/trust-dns/pull/1373#issuecomme...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Hickory DNS

    1 project | news.ycombinator.com | 6 Oct 2023
  • Extract cert.pem and privkey.pem from acme.json

    1 project | /r/Traefik | 6 Jul 2023
  • Announcing `async-dns`

    4 projects | /r/rust | 22 Sep 2022
  • Trust-Dns - A rust based dns client, server, and resolver

    1 project | /r/rust | 15 Apr 2022
  • Trust-Dns - A rust based dns client, server, and resolver

    1 project | /r/github_trends | 15 Apr 2022

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