Compilatron generates Go compatible source code from a static website so that a stand-alone web based application can
be compiled into a single executable for distribution. Ideal for lightweight or small websites that do not need the
overhead of running Apache or nginx, or as a drop-in piece of code for a larger Go-based project.
Download
Ubuntu users can run the following from a terminal to install:
$ sudo add-apt-repository ppa:andydixon/compilatron
$ sudo apt update
$ sudo apt install compilatron
|
Download a stand-alone application:
|
Please visit from a desktop for download links
Home