Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 10 Rust Hyper Projects
-
Project mention: Hey Rustaceans! Got a question? Ask here (12/2023)! | reddit.com/r/rust | 2023-03-20
I search the hyper GitHub issue page and found this posted issue.
-
routerify
A lightweight, idiomatic, composable and modular router implementation with middleware support for the Rust HTTP library hyper.rs
You can checkout an example AWS Lambda entrypoint for an HTTP library Routerify (very similar to Axum) here: https://github.com/routerify/routerify/blob/master/examples/aws_lambda.rs
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
Project mention: Secure TCP tunnel from anywhere with curl and nc for single connection | dev.to | 2022-05-11
All communication outside is complete in HTTP/HTTPS. The protocol is also familiar, widely used, accepted, and trusted already. Piping Server is open on GitHub, developed in TypeScript and Node.js. Other implementations in Rust and Go are provided as open-source. The server is designed to keep simple as possible to verify the source and reduce the potential of bugs.
-
Ah, that's probably it! You can look at how hyper-rustls does it - they just skip/ignore invalid roots, and if that still doesn't work, you can always switch to the webpki-roots crate (also shown in the hyper-rustls sample linked above).
-
Project mention: Astra: A Blocking HTTP Server Built on Top of Hyper | reddit.com/r/rust | 2023-01-18
There is an epoll loop in the framework: https://github.com/ibraheemdev/astra/blob/master/src/net.rs
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
another-rust-load-balancer
A load balancer with support for different middlewares and load balancing strategies, based on hyper and tokio
-
-
Rust Hyper related posts
- TIL, all about the Builder pattern
- Hyper memory leak
- Watch out for DoS when using Rust’s popular Hyper package
- The pain of UX/UI and accessibility
- The hyper 1.0 Polish Period
- The HTTP crash course nobody asked for
- This Month in hyper: September 2022
-
A note from our sponsor - InfluxDB
www.influxdata.com | 28 Mar 2023
Index
What are some of the best open-source Hyper projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | hyper | 11,456 |
2 | routerify | 365 |
3 | Weld | 252 |
4 | piping-server-rust | 228 |
5 | hyper-rustls | 197 |
6 | hyper-tls | 152 |
7 | astra | 87 |
8 | another-rust-load-balancer | 65 |
9 | hyper-router | 53 |
10 | routerify-lite | 7 |