Skip to content

Proposal: Integrate Rusty-Req (High-Performance Rust Async HTTP Client) with Robyn #1253

@KAY53N

Description

@KAY53N

Hi Robyn team,

I am developing a high-performance Rust-based async HTTP client called Rusty-Req, which is packaged as a Python module via PyO3. Rusty-Req is designed for both high-throughput concurrent HTTP requests and single-request scenarios, combining Rust's performance with Python's ease of use. I would like to explore integrating it with Robyn.

Project URL:
https://github.com/KAY53N/rusty-req

Benefits:

  • High-performance async HTTP requests powered by Rust, outperforming Python libraries like httpx, aiohttp, and requests.
  • Supports both high-throughput concurrent requests and single-request usage.
  • Python module via PyO3 ensures seamless integration with Python projects.
  • Aligned with Robyn’s async handler design.

Questions / Considerations:

  1. Is there interest in providing an official extension point for external async HTTP clients?
  2. Any recommendations for packaging or best practices to maintain compatibility with Robyn async framework?

I would be happy to provide a demo or example implementation if there is interest.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions