|
|
|
|
|
by timz
610 days ago
|
|
I see, good point.
Currently I implemented it in python for portability reasons, since it is available on most POSIX systems by default. The stripped Docker containers are used mostly for runtime to my understanding, building is done in a different container where more build tools are available. In case of single binary (now it is single python file), what would be the best way to distribute it to users, since pypi and npm cannot be used? Which language you would suggest? |
|