Skip to content

schkwve/yoghurt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yoghurt Web Server
===================

A small, secure web server written purely in C.


1.1 Building

Building Yoghurt is extremely easy. After (recursively!) cloning this repository, create a separaate build directory and invoke CMake:

mkdir build
cd build
cmake ..
make

Using make with `-jX` flag is recommended and encouraged for faster compilation time.

1.2 Installing

2.1 Usage

2.2 Configuration

2.2.1 General

2.2.2 Security

2.2.3 Modules

3. Developing Yoghurt

9. License

This program is licensed under the GNU General Public License v3. You can find a copy of the full license in license.txt.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published