Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 507 Bytes

File metadata and controls

23 lines (23 loc) · 507 Bytes

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.