Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fluid-framework

Package Overview
Dependencies
Maintainers
3
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluid-framework

The main entry point into Fluid Framework public packages

  • 0.51.0-43124
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.6K
decreased by-65.25%
Maintainers
3
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 06 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc