Features
- Zero client-side javascript.
- Zero logging.
- Only depends on Go’s standard library (excluding styling with picocss).
- In-memory storage only.
- Self-contained binary.
Usage
There is a public instance running at https://mks.lol/, and pre-build binaries in the releases page.
Building from source
$ git clone https://github.com/guilherme-puida/mks.lol.git$ cd mks.lol$ go build$ ./mks.lol -hUsage of ./mks.lol: -https use https instead of http in rendered templates -port uint port that will listen for all requests (default 8080) -url string url used in rendered templates (default "mks.lol")