Skip to content

Latest commit

 

History

History
32 lines (14 loc) · 876 Bytes

README.md

File metadata and controls

32 lines (14 loc) · 876 Bytes

HTTP and HTTPS Web Server

What Is It?

An asynchronous HTTP web server that supports HTTP web requests as well as PHP, CGI, Python, Perl etc. scripts execution on server sides.

An synchronous HTTPS web server that supports secure HTTP web requests over Secure Socket Layer(SSL) as well as PHP, CGI, Python, Perl etc. scripts execution on server sides.

Compilation

Dependency

GCC with C++11 compiler(g++)
Boost C++ Library
OpenSSL library

HTTP Web Server Main Page:-

HTTPS Web Server Main Page:-