fluid-framework
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

fluid-framework

The fluid-framework package bundles a collection of Fluid Framework client packages for easy use when paired with a corresponding service client package (ex. @fluidframework/azure-client & @fluidframework/tinylicious-client).

Contents

The fluid-framework package consists primarily of two portions: the IFluidContainer and a selection of distributed data structures (DDSes).

IFluidContainer

The IFluidContainer interface is the one of the types returned by calls to createContainer() and getContainer() on the service clients such as AzureClient. It includes functionality to retrieve the Fluid data contained within, as well as to inspect the state of the collaboration session connection.

DDS packages

You'll use one or more DDS data structures in your container to model your collaborative data. The fluid-framework package comes with three data structures that cover a broad range of scenarios:

  1. SharedMap, a map-like data structure for storing key/value pair data
  2. SharedDirectory, a map-like data structure with ability to organize keys into subdirectories
  3. SharedString, a data structure for string data

Tutorial

Check out the Hello World tutorial using the fluid-framework package here.

See GitHub for more details on the Fluid Framework and packages within.

Readme

Keywords

none

Package Sidebar

Install

npm i fluid-framework

Weekly Downloads

4,630

Version

1.4.0

License

MIT

Unpacked Size

28.6 kB

Total Files

71

Last publish

Collaborators

  • ms-fluid-bot
  • curtisman
  • sky.jokiel