update TODOs

This commit is contained in:
bobbydigitales
2024-03-10 15:50:01 -07:00
parent d57e6f8e09
commit f869d3f111

View File

@@ -36,6 +36,10 @@
// and make a little cluster // and make a little cluster
// Domain name so we can get a certificate and serve HTTPS / HTTP3 // 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 package main
import ( import (