Features
This folder documents the major modules in the repository.
Note: the GitHub Pages docs generator publishes every
docs/Features/*.mdpage automatically, but to make a page “visible” in the catalog/navigation you should also link it from this index.
flowchart LR
App[Application code] --> Core["IStorage (Core)"]
Core --> Providers[Providers]
Core --> VFS[Virtual File System]
App --> Server[ASP.NET Server]
App --> Clients[Client SDKs]
Server --> Core
Clients --> Server
Core
- Storage core abstraction
- Dependency injection & keyed registrations
- Virtual File System (VFS)
- MIME & integrity helpers (MimeHelper + CRC32)
- Test fakes
Integrations
- ASP.NET server (controllers + SignalR)
- .NET HTTP client
- .NET SignalR client
- Chunked uploads (HTTP + client)