Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Top 23 Rust HTTP Projects
-
-
Project mention: Hyper – A fast and correct HTTP implementation for Rust | news.ycombinator.com | 2023-05-12
I tried warp [0] and I am unimpressed so far. Pretty complex, limited documentation, buggy. The builder paradigm they used feels pretty constrained and, in my opinion, achieve the opposite of the simplicity it is supposed to bring. I was surprised it is so popular.
Maybe I need more time or a favorable comparison to another framework to appreciate it.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
Project mention: ReductStore 1.6.0 has been released with new license and client SDK for Rust | dev.to | 2023-08-15
ReductStore was rewritten from C++ to Rust a few months ago. We are delighted to be part of the Rust community and have taken a new step towards Rust with the Client SDK. The SDK is powered by reqwest and enables asynchronous integration of the database into Rust applications:
-
Project mention: Is there a good REST API development tool like Postman written in Rust? | /r/rust | 2023-10-20
I haven't used it myself, but maybe something like Hurl? It's not a GUI like Postman though
-
rathole
A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
I always struggle with the iptables rules that are needed for that. I recently stumbled on Rathole, which seems to take care of that for this specific usecase, but haven't tried yet. https://github.com/rapiz1/rathole
-
Project mention: Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with TUI animation | news.ycombinator.com | 2023-01-10
-
I've used FastAPI/Pydantic before as well and it was a very good experience. It has been a while since I used them though, so I forget exactly how they compare, but I do recall it wrote most of the OpenAPI spec. for you. I will also agree when I saw utoipa and aide they seemed to require more boilerplate even though I have not done an actual comparison. Poem, on the other hand, seems very neat and clean and doesn't have any duplication that I can see. Here is the [TODO example](https://github.com/poem-web/poem/blob/master/examples/openapi/todos/src/main.rs).
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Project mention: Erlang: More Optimizations in the Compiler and JIT | news.ycombinator.com | 2023-04-19
This is interesting, thank you.
I really should learn from BEAM and the OTP and learn Erlang. I get the feeling it's super robust and reliable and low maintenance. I wrote a userspace multithreaded scheduler which distributes N lightweight threads to M kernel threads.
https://github.com/samsquire/preemptible-thread
I recently wrote a JIT compiler and got lazy compilation of machine code working and I'm nowhere near beginning optimisation
https://github.com/samsquire/compiler
How do you write robust software, that doesn't crash when something unexpected goes on?
I looked at sozo https://github.com/sozu-proxy/sozu
and I'm thinking how to create something that just stays up and running regardless.
-
-
Project mention: What are some less popular but well-made crates you'd like others to know about? | /r/rust | 2023-01-08
-
I also enjoyed using ureq as an http client.
-
-
Project mention: Granian HTTP server - Open call for core contributors/maintainers | /r/rust | 2023-09-03
-
Mas qual seria o problema de contribuir diretamente nas bibliotecas? Exemplo https://github.com/hyperium/http
-
Your CRUD web application server almost certainly doesn't need async Rust. Using a blocking HTTP server is not "might be a good idea", it simply is a good idea.
I recommend Rouille for this: https://github.com/tomaka/rouille. In case you are worried about performance, check the benchmark. Blocking Rouille is faster than builtin async server in Node.js.
-
cherrybomb
Stop half-done APIs! Cherrybomb is a CLI tool that helps you avoid undefined user behaviour by auditing your API specifications, validating them and running API security tests.
Project mention: Cherrybomb: Audit, validate and test API specifications | news.ycombinator.com | 2023-11-22 -
binserve
A fast production-ready static web server with TLS (HTTPS), routing, hot reloading, caching, templating, and security in a single-binary you can set up with zero code.
-
iggy
Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second.
-
-
doh-server
Fast, mature, secure DoH and ODoH server proxy written in Rust. Previously known as doh-proxy and rust-doh.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Rust HTTP related posts
- Show HN: Libcurl TUI front-end in Rust. Developed from my Prison cell
- Is there a good REST API development tool like Postman written in Rust?
- Granian HTTP server - Open call for core contributors/maintainers
- Iggy.rs – A Message Broker in Rust
- Hurl, run and test HTTP requests with plain text
- Encrypted API request Docker Container?
- Hurl, a terrible (but cute) idea for a language
-
A note from our sponsor - InfluxDB
www.influxdata.com | 28 Nov 2023
Index
What are some of the best open-source HTTP projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | hyper | 13,003 |
2 | warp | 8,676 |
3 | reqwest | 8,297 |
4 | hurl | 7,204 |
5 | rathole | 6,399 |
6 | oha | 3,221 |
7 | poem | 2,892 |
8 | sozu | 2,632 |
9 | simple-http-server | 2,144 |
10 | woodpecker | 1,836 |
11 | ureq | 1,433 |
12 | ntex | 1,339 |
13 | granian | 1,040 |
14 | http | 1,017 |
15 | Rouille, Rust web server middleware | 1,008 |
16 | cherrybomb | 988 |
17 | binserve | 888 |
18 | iggy | 675 |
19 | isahc | 662 |
20 | doh-server | 625 |
21 | goose | 589 |
22 | Mockito | 578 |
23 | httparse | 506 |