Skip to content

M-Komorek/simple_HTTP_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 simple_HTTP_server

A basic HTTP server implemented in Rust 🦀.

✨ Features

Static file serving - serves files from the public directory.

🛠️ How to run

Build the Project:

cargo build

Run the Server:

cargo run

Access the Server by opening your web browser and navigating to http://localhost:8080 to view the served files.

Project Structure

  • src/: Contains the Rust source code for the server.
  • public/: Directory from which static files are served.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published