- go(lang):
lib
: sources used byapi
andcli
, and expected to be used as a library by external projects (core).cli
: CLI tool to use the resources implemented inlib
.api
: AJAX service and file server (backend).
- HTML + CSS + JavaScript:
app
: sources of a web-based GUI (frontend).
doc
: documentation.test
: example files in multiple formats.