An HTTP server in Pure Bash.
https://github.com/bahamas10/bash-web-server
| extras | ||
| loadables | ||
| bash-web-server | ||
| CHANGES.md | ||
| README.md | ||
bash-web-server
My Personal Fork
I wanted to host this on my own server in case Dave ever decided to take it down. I also wanted to be able to make some modifications, should I need them necessary
Dave's README
An HTTP server in Pure Bash.
Watch how it was made on YouTube.
Installation
For some Debian-based systems, an additional package 'bash-builtins' may be required:
apt install bash-builtins
Usage
./bash-web-server -h
./bash-web-server [-p port] [-b addr] [-d dir]
License
- GPLv3 - The loadable bash plugins
- MIT License - everything else