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

Latest commit

 

History

History
21 lines (14 loc) · 212 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 212 Bytes

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