=== lander === | |
The "Circumlunar Lander" is a minimalistic HTTP server written in Go, | |
created to serve the http://circumlunar.space landing page. It is | |
intended to be highly stable, highly secure and use minimal system | |
resources. It serves a single HTML page, which is hard-coded into the | |
source so that it never even has to touch the filesystem. Updating | |
the webpage requires recompiling the server binary, which acts as a | |
disincentive to frequent trivial changes. | |
=== Git repository details === | |
Commits to master branch: 4 | |
First commit: Wed Apr 11 21:30:57 2018 -0600 | |
Latest commit: Thu May 3 13:58:27 2018 +0000 | |
View recent commits | |
Clone the repo from: git://circumlunar.space/lander | |
Send patches to: $patch_email | |
lander-latest.zip | |
=== Selected files === | |
The following human-readable files from the repository may be of | |
interest: | |
README.md |