Skip to content

This project is a Multi-threaded web server written in Rust. It demonstrates basic web server functionality with handling multiple client requests concurrently using threads.

License

Notifications You must be signed in to change notification settings

joshuabvarghese/Web-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Threaded Web Server in Rust

This project is a multi-threaded web server written in Rust. It demonstrates basic web server functionality with handling multiple client requests concurrently using threads.

Features

  • Multi-threading: The server is capable of handling multiple client requests simultaneously.
  • Static file serving: It serves HTML pages (e.g., index.html, 404.html).
  • Custom routes: You can add custom paths to test the server.

alt text alt text

Prerequisites

  • Rust: Make sure you have Rust installed. You can install it by following the instructions at Rust installation guide.

Setup Instructions

1. Clone the Repository

Start by cloning this project to your local machine using Git:

git clone https://github.com/joshuabvarghese/web-server.git
cd web-server

About

This project is a Multi-threaded web server written in Rust. It demonstrates basic web server functionality with handling multiple client requests concurrently using threads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published