# durable_server v0.1.5 - Table of Contents

> DurableServer provides durable, distributed GenServer processes backed by object storage.

## Modules

- [DurableServer](DurableServer.md): DurableServer provides durable, distributed GenServer processes backed by pluggable storage.
- [DurableServer.Backends.MirrorStore](DurableServer.Backends.MirrorStore.md): Dual-backend adapter for mirrored writes, fallback reads, and phased cutovers.
- [DurableServer.Meta](DurableServer.Meta.md)
- [DurableServer.ObjectStore](DurableServer.ObjectStore.md): Manages Tigris bucket operations for Fly apps.
- [DurableServer.StoredState](DurableServer.StoredState.md)
- [DurableServer.Supervisor](DurableServer.Supervisor.md): Supervisor for DurableServer processes with lifecycle management and graceful shutdown.
- [DurableServer.Terminator](DurableServer.Terminator.md): Terminator GenServer that coordinates graceful shutdown of DurableServer processes.

