Skip to content

lghuy05/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Server (C++)

A minimal concurrent HTTP/1.1 server implemented from scratch in C++ using POSIX sockets. The project is Dockerized for reproducible builds and easy execution.

Run with Docker

1. Clone the repository

git clone https://github.com/lghuy05/http-server.git
cd http-server

2. Build the docker image

docker build -t http-server .

3. Run the server

docker run --rm -p 8080:8080 http-server

4. Send request to server

curl http://localhost:8080

#Leave a comment!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors