Skip to content

Latest commit

 

History

History

azure

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Azure-related Fluid packages

@fluidframework/azure-client

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.

@fluidframework/azure-local-service

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.

@fluidframework/azure-service-utils

A set of helper utilities for building backend APIs for use with Azure Fluid Relay service.

See the package README for more information.

@fluid-example/app-integration-external-controller

An example application demonstrating how to use the azure-client package.

See the package README for more information.

Developer notes

Dependencies

Adding/updating dependencies

For information on adding and removing dependencies, see Managing dependencies in our wiki.

Dependency overrides

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.

Help

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!