https://github.com/junsious/web-server-with-rust
https://github.com/junsious/web-server-with-rust
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/junsious/web-server-with-rust
- Owner: Junsious
- Created: 2024-06-19T11:31:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T11:34:39.000Z (12 months ago)
- Last Synced: 2025-01-10T01:47:15.996Z (5 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to creat web server of rust?
# Step 1
open vsc and terminal, use this command : "cargo new web server".
# Step 2
move my main.rs and cargo.toml to your project
# Step 3
use "cargo build" and "cargo run"
# Step 4
use http://localhost:8000 to open your server