A simple web server written in Awk

This web content introduces a simple webserver written in GNU awk that showcases the capabilities of the awk language. The server allows for directory listing and the download of files from the directory where it is launched. To use the script, it needs to be executed through a TCP wrapper, such as the provided shell script that requires socat. By connecting to the local 8888 port with a browser, users can access the webserver. Enjoy the simplicity and power of this webserver experiment.

https://github.com/crossbowerbt/awk-webserver

To top