A crossplatform embeddable web server, including a standalone web server with CGI support. https://code.ivysaur.me/mhx2
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu eef0bb7279 commit all archived files 1970-01-01 00:00:00 +00:00
.legacy-codesite.toml initial meta commit 1970-01-01 00:00:00 +00:00
README.md commit all archived files 1970-01-01 00:00:00 +00:00

README.md

mhx2

A crossplatform embeddable web server, including a standalone web server with CGI support.

Embed a web server into your C++ project, or use the standalone server to run .bat files as CGI!

The socket loop is select()-based and supports singlethreaded or thread-pooled usage using either Win32 or POSIX threads.