The azure-client package provides a simple and powerful way to consume collaborative Fluid data with the Azure Fluid Relay service.
See the package README for more information.
The azure-local-service package provides a minimal, self-contained, test implementation of the Azure Fluid Relay service that can be run locally and used for development/testing Fluid functionality in conjunction with the AzureClient
in local mode.
See the package README for more information.
A set of helper utilities for building backend APIs for use with Azure Fluid Relay service.
See the package README for more information.
An example application demonstrating how to use the azure-client package.
See the package README for more information.
For information on adding and removing dependencies, see Managing dependencies in our wiki.
The root package.json of this release group contains the following dependency adjustments/overrides.
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"fluid-framework"
]
}
}
Peer dependencies on fluid-framework are never fulfilled since itt's an in-repo dependency; we expect customers to install it as a dependency when using azure-client, but we don't install it alongside azure-client here in the repo.
Not finding what you're looking for in this README? Check out our Github Wiki or fluidframework.com.
Still not finding what you're looking for? Please file an issue. Thank you!