mirror of
https://github.com/awesome-lists/awesome-bash.git
synced 2026-07-11 10:34:30 -05:00
[PR #117] [MERGED] Add Bash web projects #3814
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awesome-lists/awesome-bash/pull/117
Author: @hyperupcall
Created: 11/22/2023
Status: ✅ Merged
Merged: 1/5/2024
Merged by: @hyperupcall
Base:
master← Head:hyperupacll-httpd.sh📝 Commits (1)
51b7e89Add more Bash web projects📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
README.md(+3 -0)📄 Description
New App Submission
Repo or homepage link:
https://github.com/cemeyer/httpd.sh
https://github.com/dzove855/Bash-web-server
https://github.com/cgsdev0/bash-stack
Description:
It is an http server written in Bash. It's design is significantly different than others on this list, because it leverages ctypes.sh, a Bash library which allows for interfacing with a FFI
Why I think it's awesome:
It uses a popular Bash repository for serving a website, which is still very awesome, for a bash project. The other two projects are similar, except they have more recent commit dates.
Bash-web-serveruses built-ins, rather than some FFI interface. And,bash-stackis a framework rather than an example project like the others.Closes #116
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.