adamcooke / procodile

🐊 Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)
https://procodile.opnsrc.io
MIT License
615 stars 29 forks source link

A fork of procodile rewrite use Crystal language is available (portable binary, no ruby required) #35

Open zw963 opened 2 years ago

zw963 commented 1 year ago

Hi, just want let you know, the Crystal lang fork version's start command with --foreground bascially working after recent several days port.

I fixed several exists error, do some refactor, you may interest in have a look.

https://github.com/zw963/procodile_cr

I will report the process here time and time.

Thanks.

zw963 commented 1 year ago

Hi, Crystal version's procodile is available, please check release page

The main advantage over current ruby version is:

  1. precompiled static binary(same as built by golang/rust), available directly for linux/MacOS.
  2. less memory footprint.
  3. speed, although, This benefit may not be obvious for this trivial tool.
zw963 commented 1 week ago

Hi, the Crystal fork of procodile 1.0.20 1 is there.

It feature completed now, who want to try it, can download mac/linux binary directly from there.

Thanks