executable-dist-plugin VS httpx

Compare executable-dist-plugin vs httpx and see what are their differences.

executable-dist-plugin

A Gradle plugin which makes distribution zips runnable, as a sort of alternative to an uberjar. A London Beach production :guardsman::palm_tree:. (by vmware-archive)

httpx

Provides an extended, production-ready HTTP server. (by bojanz)
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
executable-dist-plugin httpx
1 2
3 91
- -
10.0 0.0
about 9 years ago over 3 years ago
Java Go
BSD 2-clause "Simplified" 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.

executable-dist-plugin

Posts with mentions or reviews of executable-dist-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-22.
  • The Simplicity of Single-File Golang Deployments
    10 projects | news.ycombinator.com | 22 Mar 2023
    I feel like i'm taking crazy pills (at a low dose) when i read this stuff.

    I deploy Java applications. In a runnable condition, they aren't a single file, but they aren't many - maybe a dozen jars plus some scripts. Our build process puts all that in a tarball. Deployment comprises copying the tarball to the server, then unpacking it [1].

    That is one step more than deploying a single binary, but it's a trivial step, and both steps are done by a release script, so there is a single user-visible step.

    The additional pain associated with deploying a tarball rather than a single binary is negligible. It simply is not worth worrying about [2].

    But Go enjoyers make such a big deal of this single binary! What am i missing?

    Now, this post does talk about Docker. If you use Docker to deploy, then yes, that is more of a headache. But Docker is not the only alternative to a single binary! You can just deploy a tarball!

    [1] We do deploy the JDK separately. We have a script which takes a local path to a JDK tarball and a hostname, and installs the JDK in the right place on the target machine. This is a bit caveman, and it might be better to use something like Ansible, or make custom OS packages for specific JDKs, or even use something like asdf. But we don't need to deploy JDKs very often, so the script works for us.

    [2] Although if you insist, it's pretty easy to make a self-expanding-and-running zip, so you could have a single file if you really want: https://github.com/vmware-archive/executable-dist-plugin

httpx

Posts with mentions or reviews of httpx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-22.
  • The Simplicity of Single-File Golang Deployments
    10 projects | news.ycombinator.com | 22 Mar 2023
    Socket activation via systemd[0] is an option, assuming you are fine with certain requests taking a while (if they arrive while the service is being restarted).

    - https://github.com/bojanz/httpx#systemd-setup

  • Zero downtime API in Golang
    2 projects | /r/golang | 25 Jul 2021
    I have an example at https://github.com/bojanz/httpx as well as links to some previous community resurces: https://www.darkcoding.net/software/systemd-socket-activation-in-go/ https://vincent.bernat.ch/en/blog/2018-systemd-golang-socket-activation

What are some alternatives?

When comparing executable-dist-plugin and httpx you can also consider the following projects:

bearclaw - tiny static site generator w/ rss

go-reuseport - reuse tcp/udp ports in golang

debug - Fork of pkg/debug that adds some additional functionality.

tableflip - Graceful process restarts in Go

Quarkus - Quarkus: Supersonic Subatomic Java.

release.sh - 🚀 A simple bash script for building Go projects for multiple platforms 💻💾

purego