https://github.com/arikato111/learn-rust-http
learning rust to create http server for backend
https://github.com/arikato111/learn-rust-http
learning restful-api rust
Last synced: 10 months ago
JSON representation
learning rust to create http server for backend
- Host: GitHub
- URL: https://github.com/arikato111/learn-rust-http
- Owner: Arikato111
- Created: 2023-07-31T08:41:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T15:27:24.000Z (over 2 years ago)
- Last Synced: 2025-01-17T20:22:09.351Z (11 months ago)
- Topics: learning, restful-api, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
learn rust http
learn rust programming to create http server for back-end
## Get started
- clone this repository
- run `cargo run` to run server
- open [localhost:8000](http://localhost:8000) on your browser
- start edit with `./src/main.rs`
## packages and tools
- Standard libraries
- [serde_json](https://docs.rs/serde_json/latest/serde_json/)