GitHub - jmsdnns/webbol: A minimal static web server written in COBOL
Webbol
A minimal static web server written in COBOL using GnuCOBOL.
Features
Serves static files from the current directory
Automatic MIME type detection for common file types
HTTP status codes: 200 (OK), 403 (Forbidden), 404 (Not Found)
Path traversal attack prevention
Clean request logging with full HTTP headers
Defaults to index.html for root path requests
Requirements
GnuCOBOL (cobc) compiler
POSIX-compatible operating system (Linux, macOS, BSD)
make
Installing GnuCOBOL
macOS:
Ubuntu/Debian:...
Read more at github.com