/ExampleHTTPServer

A example C++ HTTP-Server

Primary LanguageC++MIT LicenseMIT

Example HTTP Server

About

This project is an example for socket programming.

  • No goals
  • Do not use in production

Install

make
./example.out <port>

Clean

make clean