Skip to main content
Version: v1

Available Fluid services

The Fluid Framework can be used with any compatible service implementation. Some services, like Tinylicious, are intended only for testing and development, while other hosted options provide the high scalability needed for production-quality applications.

Azure Fluid Relay

Microsoft Azure Fluid Relay is a hosted Fluid service. You can provision Fluid Relay services as part of your Microsoft Azure subscription and use the @fluidframework/azure-client library to create and load Fluid containers.

Learn more in the Azure Fluid Relay documentation.

Tinylicious

tinylicious is a minimal, self-contained implementation of the Fluid Framework service that is much smaller (tinier!) than Routerlicious, the reference implementation of the service.

Tinylicious is intended for testing and development only.

tip

The easiest way to try out Fluid is with Tinylicious or Azure Fluid Relay.

Self-hosted Routerlicious

Fluid Framework's original service implementation, called Routerlicious, is part of the Fluid Framework open source project. Routerlicious is not formally supported as a production-quality service, but you can run it using Docker. See the Routerlicious readme for more information about running it.