Skip to content

This is a simple web server, processes the request and outputs the result. Works in asynchronous mode, so it is possible to process several requests simultaneously

Notifications You must be signed in to change notification settings

Ethrynto/WebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a simple web server, processes the request and outputs the result. Works in asynchronous mode, so it is possible to process several requests simultaneously

Dependencies

Boost
CMake

Installation

  1. Download and install Boost (If not installed)
  2. Download and install CMake (If not installed)
  3. To set your Boost path at BOOST_ROOT in CMakeLists.txt. Example set(BOOST_ROOT "Your_path")
  4. Create a new directory mkdir build && cd build
  5. cmake ..
  6. cmake --build .

About

This is a simple web server, processes the request and outputs the result. Works in asynchronous mode, so it is possible to process several requests simultaneously

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published