Hacker News new | ask | show | jobs
Show HN: Bashttpd – An HTTP Server and a Web Framework in Bash Script (github.com)
2 points by x1n13y84issmd42 2496 days ago
1 comments

So, I wanted to learn more about Bash scripting and make something in it for fun & profit, and here it is — a nearly fully featured HTTP server, accompanied with a small framework for web apps, both written in Bash Script. At the moment it responds to all kinds of requests, fully supports binary files & file upload, form data, JSON requests & responses, has MySQL utilities, does routing, renders simple HTML templates and more.