An open API service indexing awesome lists of open source software.

https://github.com/junsious/web-server-with-rust


https://github.com/junsious/web-server-with-rust

Last synced: 3 months ago
JSON representation

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