Skip to content
This repository has been 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

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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