20
votes
HTTP.sh: a web framework written entirely in Bash
Link information
This data is scraped automatically and may be incorrect.
- Title
- GitHub - liberda/HTTP.sh: Web framework written entirely in Bash | Mirror of https://git.sakamoto.pl/laudom/http.sh
- Authors
- liberda
- Word count
- 256 words
External dependencies? Meh. Is my script calling
python3 -m http.server
a Bash web server, then?Real programmers write web servers using only Bash builtins!
for eel? on cod? no carp?
This may be the most egregious offender yet. I love/hate it.
I am a bit out of the loop, but why is there this sudden influx of everything being written in bash?
It's more of an influx of Tildes posts specifically due to one person's mission to post some new Bash oddity every day. Based on the dates in the various repos associated with these posts many of these projects have been around for years.
Depending on the day and the specifics of the oddity found the posts can get some decent traction. Bash is not particularly well suited to what people are doing with it in a lot of these posts, which can make it amusing to spectate the chaos someone else has devised.
One of the main consequences of a small userbase. Its not always a negative as some small communities are propped up by great contributors but it's often abused.
They're all posted by @hungariantoast, he posts those every day, if you click the link in his comment you'll get to yesterday's bash post
This is incredible. I was writing a server setup suite in BASH at one point but it never reached the maturity that these projects have. Happy to see what other people do in my favorite programming language