Skip to content

MisterSchmitz/Simple-HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP Server

Began life as an assignment for my Networked Systems class. Web server that listens for HTTP requests, processes the requests, and sends HTTP responses.

How it's built

Mainly C++, making use of core Sockets functionality.

What I learned

Basic networking fundamentals. How to work with Sockets in C++. How to frame and parse HTTP messages.

What's next for the project

Implement additional types of HTTP requests (i.e. PUT). Currently only GET requests are supported.

About

Bare-bones HTTP Server implemented in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published