Skip to content

cedrick-ah/cherver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cherver

A toy http server library. Tested on Debian 11.

Prerequisites

  • cmake > 3.15
  • C++ compiler with C++11 support

Building and installing

  1. Use cmake to configure and build.
mkdir build
cd build
cmake ../src
cmake --build .
  1. Use cmake to install the library.
cmake --install . --prefix "{{pwd}}/shared"

Usage

See example directory for how to use the built library.

About

A toy http server library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published