Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shnarazk/learn-axum
Learning Axum framework
https://github.com/shnarazk/learn-axum
axum hyper rust tokio web-backend
Last synced: about 2 months ago
JSON representation
Learning Axum framework
- Host: GitHub
- URL: https://github.com/shnarazk/learn-axum
- Owner: shnarazk
- License: cc0-1.0
- Created: 2022-01-28T16:58:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T08:59:40.000Z (about 1 year ago)
- Last Synced: 2023-11-28T09:43:40.635Z (about 1 year ago)
- Topics: axum, hyper, rust, tokio, web-backend
- Language: Rust
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learn-axum
Learning Axum framework- [Axum](https://docs.rs/axum/latest/axum/)
- [Tokio](https://tokio.rs)### Combining Axum, Hyper, Tonic, and Tower for hybrid web/gRPC apps
- [part 1: Overview of Tower](https://www.fpcomplete.com/blog/axum-hyper-tonic-tower-part1/)
- [part 2: Understanding Hyper. and first experiences with Axum](https://www.fpcomplete.com/blog/axum-hyper-tonic-tower-part2/)
- [part 3: Demonstration of Tonic for a gRPC client/server](https://www.fpcomplete.com/blog/axum-hyper-tonic-tower-part3/)
- [part 4: How to combine Axum and Tonic services into a single service](https://www.fpcomplete.com/blog/axum-hyper-tonic-tower-part4/)