Borg/pkg/player
Snider 0fb32b0b8d 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
- 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 01:56:32 +00:00
..
frontend feat: v3 streaming with LTHN rolling keys and configurable cadence 2026-01-12 16:01:59 +00:00
assets.go Optimize static asset serving with http.FileServer 2026-02-02 01:56:32 +00:00
player.go feat: Add dapp.fm native desktop player (Wails) 2026-01-06 18:42:30 +00:00