Skip to content

mohits-git/http-server

Repository files navigation

HTTP Server in C++

I built an http-server in c++, completely with the help(followed along) of an medium articale Link by Osamudiamen Azamegbe,

Tech Used:

  • C++
  • Docker
  • CMake

Building and Running

  1. Clone the repo
git clone https://github.com/OsasAzamegbe/http-server.git
  1. navigate to the project folder http-server/ and build the docker image
docker-compose build
  1. start the server
docker-compose up

After you are done, bring down the docker in another terminal:

   docker-compose down

About

https server using socket api in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published