Borg/cmd/dapp-fm-app
Snider 99672ea740 Optimize static asset serving with http.FileServer
- Replace manual fs.ReadFile with http.FileServer in AssetHandler
- Remove problematic //go:embed directive for missing demo asset to fix CI
- Add unit tests for AssetHandler with mock filesystem
- Support efficient file streaming, ranges, and caching
- Add strict MIME type registration for web assets

Benchmarks:
- 57% faster response time
- 70% less memory usage
- Reduced allocations
2026-02-02 02:08:39 +00:00
..
frontend feat: SMSG v2 binary format with zstd compression + RFC-001 spec 2026-01-10 19:57:33 +00:00
.gitignore feat: Add dapp.fm native desktop player (Wails) 2026-01-06 18:42:30 +00:00
main.go Optimize static asset serving with http.FileServer 2026-02-02 01:44:28 +00:00
main_test.go Optimize static asset serving with http.FileServer 2026-02-02 02:08:39 +00:00
wails.json feat: Add dapp.fm native desktop player (Wails) 2026-01-06 18:42:30 +00:00