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

Latest commit

 

History

History
18 lines (15 loc) · 304 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 304 Bytes

SimpleServer

A very basic HTTP server created using C++.

Requirements

  • C++11 compatible compiler
  • CMake v2.8.7+
  • Git v1.6.5+

Contributors

Setup

$ git clone --recursive https://github.com/matthin/SimpleServer.git
$ cd SimpleServer
$ mkdir build && cd build
$ cmake  ..
$ make