GitHub - dzove855/Bash-web-server: A purely bash web server, no socat, netcat, etc...
Bash-web-server
A purely bash web server, no socat, netcat, etc...
Requirement
bash 5.2 (The patch will be included in bash5.2 - Alpha release already contains the patch)
if bash version is under 5.2, patched loadable accept builtin (http://git.savannah.gnu.org/cgit/bash.git/tree/examples/loadables/accept.c) is needed, you have to apply accept.patch to your loadable accept.c file which is existed in bash source code, and than build and install the loadable accept builtin into BASH_LOADABLE_PATH ...
Read more at github.com