diff --git a/main.go b/main.go index 4c2c9d7..e5e9f4c 100644 --- a/main.go +++ b/main.go @@ -36,6 +36,10 @@ // and make a little cluster // Domain name so we can get a certificate and serve HTTPS / HTTP3 +// Think about compiling Typescript on initial access and caching the JS in a service worker +// so you don't need a build system to change things. +// Think about self-hosting the client so the system can be completely self-hosted + package main import (