Skip to content

rumbleFTW/rust-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust HTTP Server

A lightweight, multi-threaded HTTP server implementation in Rust that handles basic HTTP requests and serves static files.

Installation

  1. Clone the repository:
git clone https://github.com/rumbleFTW/rust-http-server.git
  1. Navigate to the project directory:
cd rust-http-server
  1. Build the project:
cargo build
  1. Run the server:
cargo run

Usage

To start the server, run the cargo run command. The server will listen on port 8080 by default.

Configuration

You can configure the server by editing the src/main.rs file.

License

This project is open-sourced under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages