Skip to content

kohkubo/webserv

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published