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

potatodiet/SimpleServer

Repository files navigation

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

About

Simple http server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages