https://github.com/akagi201/rust-web-fullstack
Toy projects while learning rust web development.
https://github.com/akagi201/rust-web-fullstack
http redis toy-project
Last synced: 5 months ago
JSON representation
Toy projects while learning rust web development.
- Host: GitHub
- URL: https://github.com/akagi201/rust-web-fullstack
- Owner: Akagi201
- License: mit
- Created: 2021-12-14T05:19:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T13:49:46.000Z (about 4 years ago)
- Last Synced: 2025-01-08T23:26:11.197Z (about 1 year ago)
- Topics: http, redis, toy-project
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-web-fullstack
Toy projects while learning rust web development.
## Projects
* [raw-http-server](raw-http-server/) implement a simple HTTP server based on TCP server
* [mini-redis](mini-redis/) tokio mini-redis tutorial