Skip to content

sagarsv04/Multi-threaded-HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Multi-threaded HTTP Server

A simple multi-threaded HTTP server that only accepts HTTP GET requests and returns the desired content to the client.

Author :

Sagar Vishwakarma (svishwa2@binghamton.edu)

State University of New York, Binghamton

File :

  1. server.py - Contains implementation of HTTP Server
  2. ./www/ - Contains resources files

Run :

  • Open a terminal in project directory
  • To run HTTP Server : python server.py
  • Open another terminal
  • To access any file from resources : wget http://:/
  • To limit the download speed : wget --limit-rate 60k

About

A simple multi-threaded HTTP server that only accepts HTTP GET requests and returns the desired content to the client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors