Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

A example C++ HTTP-Server

License

Notifications You must be signed in to change notification settings

alibakhtiar/ExampleHTTPServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

79f85ed · Jan 21, 2020

History

5 Commits
Jan 19, 2020
Jan 20, 2020
Jan 21, 2020
Jan 19, 2020
Jan 20, 2020
Jan 21, 2020
Jan 20, 2020

Repository files navigation

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