subb VS bashttpd

Compare subb vs bashttpd and see what are their differences.

subb

a wrapper module for python subprocess (by MoserMichael)

bashttpd

A web server written in bash (by avleen)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
subb bashttpd
2 6
2 1,492
- -
0.0 0.0
about 2 years ago over 4 years ago
Python Shell
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

subb

Posts with mentions or reviews of subb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-25.
  • Bashing the Bash – Replacing Shell Scripts with Python
    8 projects | news.ycombinator.com | 25 Mar 2022
    I wrote this to simplify just that for my own tools; the subprocess module that comes with the batteries has a very general interface, i think that it is a bit complex for a quick script.

    https://github.com/MoserMichael/subb

    https://pypi.org/project/subb/

    Python doesn't have the problem of shell scripting language, it doesn't get impractical, as the program is getting more complex. In bash you have arrays, and even maps, but these aren't pretty. Also the shell scripting language is being evaluated by an parse tree/AST interpreter, that's significantly slower than even python, in it's byte code interpreted form.

    My objective was to get an abstraction, for a one line process run and extraction of the result, similar to what we had in Perl5 with the system library function. https://perldoc.perl.org/functions/system

    Also the shell is impractical, when it comes to slightly more complex programs. There is a limit on what you can do with pipes. Maybe that's the reason why perl is that flexible, as they tried to bridge both realms: Perl had to be useful as a replacement for the quick shell like script, and to be useful as a general purpose programming language.

  • tqdm (Python)
    24 projects | news.ycombinator.com | 16 Dec 2021
    i have a subprocess wrapper, might also be of help: https://github.com/MoserMichael/subb

bashttpd

Posts with mentions or reviews of bashttpd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-20.
  • [DISCUSSION] What if BASH could be used as a web server interpreter?
    3 projects | /r/bash | 20 Apr 2023
    I've had https://github.com/avleen/bashttpd/blob/master/bashttpd bookmarked for a while... not sure if it address:
  • Zig: The Modern Alternative to C
    12 projects | news.ycombinator.com | 10 Mar 2023
    In a way I feel that everything is an alternative to everything and at the same time nothing is.

    As you said it all depends on the circumstances. But I don't really see Zig competing with Go. They both can do mostly the same things, but they both approach them from quite a different sides.

    For example bash is being used in:

    - gaming (https://github.com/JosefZIla/bash2048)

    - web apps (https://github.com/avleen/bashttpd)

    - networking

    - CLIs

    - distributed systems (https://github.com/frameable/aviary.sh)

    - crypto (https://armedia.com/blog/blockchain-program-written-bash/ https://github.com/grondilu/bitcoin-bash-tools)

    - systems programming (https://github.com/damphat/kv-bash)

    - language tooling

    Some of those make more sense than others. However we all talk about a mythical general case. For every language there are niches that are covered by it more significantly. For Go it would probably be web backend. It doesn't mean it is only suited to this one niche, it is used in everything. In general it is used there more. I don't believe that Rust sees the most use in the same niche to the same order that Go sees it.

    Is Rust or Zig an alternative to php, awk or Lisp? In practice I don't really think so.

    I guess it all depends on one's definition of "alternative". I don't think that a statistical Go programmer would see Zig as a real alternative. Statistical C programmer might see it as a Go alternative, but that probably would not be a question he would ask.

  • Examples of cool || non-standard || "simply insane" bash stuff?
    7 projects | /r/bash | 29 Sep 2022
    https://github.com/avleen/bashttpd - httpd implementation in bash
  • Bashing the Bash – Replacing Shell Scripts with Python
    8 projects | news.ycombinator.com | 25 Mar 2022
  • Did you know? Perl is the tenth most in-demand programming language in 2021.
    4 projects | /r/perl | 4 Oct 2021
    Even bash, awk, and sed can do it.
  • An HTTP server in a single .c file
    12 projects | news.ycombinator.com | 2 Apr 2021

What are some alternatives?

When comparing subb and bashttpd you can also consider the following projects:

Task - A task runner / simpler Make alternative written in Go

darkhttpd - When you need a web server in a hurry.

Bash-web-server - A purely bash web server, no socat, netcat, etc...

textual - The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.

awk-webserver - A simple webserver, written in GNU awk, that supports directory listing and download of file from the directory where it is launched

chime - 🎵 Python sound notifications made easy

sed-httpd - HTTP daemon written in SED

sh - Python process launching

uip - The historical uIP sources

tqdm.cpp - C++ port of tqdm

stoneknifeforth - a tiny self-hosted Forth implementation