Skip to content

Sok205/RustWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustWebServer

Simple web server written in Rust

Features

  • Lightweight and fast
  • Supports basic routing
  • Handles static files

Installation

  • Install Rust from rustup.rs
  • Clone the repository
git clone https://github.com/Sok205/RustWebServer.git
cd RustWebServer
  • Build the project
cargo build --release
  • Run the server
cargo run --release

Usage

Open your web browser and navigate to http://localhost:7878 to see the server in action.

About

Final Project from RustBook

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors