Skip to content

Files

Latest commit

7f80014 · Sep 24, 2020

History

History
11 lines (6 loc) · 302 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 302 Bytes

HTTP Server

This repo contains multiple HTTP web servers that are simple in nature.

Java Server

This is a multi Threaded web server that sends seperate HTTP requests for each component of the web page.

Python Server

This is a single threaded web server that sends a payload to the client.