From eef0bb7279250291754141d48d87ded762b3ae9d Mon Sep 17 00:00:00 2001 From: mappu Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] commit all archived files --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..06b7ac5 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# mhx2 + +![](https://img.shields.io/badge/written%20in-C%2B%2B-blue) + +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.