Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 514 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 514 Bytes

About this project

Web server program like nginx.

Language: C++, Go(test)
Feature: I/O Multiplexing. CGI. GET, POST, and DELETE methods.

⚠️ It is implemented for learning purposes and cannot be used in actual applications.

Getting Started

Build & Start

$ cd [this repository]
$ make
$ ./webserv [config file]

An example of configuration files are located in conf directory.

Operation

Access with a web browser or send a request with curl.

Example.