Skip to content

ayush24k/http-server-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Web Server (from Scratch)

had a lot of fun building this HTTP server from scratch written in Rust.

Learned a lot of things like:

  • How a TCP and HTTP Protocols work under the hood
  • What Information and How the Infromation is carried in an HTTP requests.
  • Request Types and much more.

Used ThreadPooling Method to Handle multiple/limit requests.

Run this Locally

  1. Clone this repositry

    git clone https://github.com/ayush24k/http-web-server
    
  2. Start the server

    cargo run
    
  3. Open your browser & go to 127:0.0.1:3000

About

MultiThreaded HTTP Web Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published