Skip to content

tkomatsu/webserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webserv

Unit test License: MIT

About The Project

nginx like web server made from scratch in c++

demo

Getting Started

$ git clone https://github.com/tkomatsu/webserv
$ cd webserv
$ make

Usage

$ ./webserv <config file>

Running Test

test all

$ make check

unit test

$ make unittest

http test

$ make httptest

License

Distributed under the MIT License. See LICENSE for more information.