API
ManagedCode.Storage exposes an HTTP + SignalR integration surface via ManagedCode.Storage.Server.
flowchart LR
App[Client app] --> Http[HTTP Controllers]
App --> Hub[SignalR Hub]
Http --> Storage[IStorage]
Hub --> Storage
Storage --> Provider[Concrete storage provider]