-
-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
, andrequests
. - 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:
- Is there interest in providing an official extension point for external async HTTP clients?
- 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
Labels
enhancementNew feature or requestNew feature or request