Ross ROSS = Recommend OSS · open-source software intelligence for agents

microsoft/FluidFramework

Library for building distributed, real-time collaborative web applications observed · 2026-08-28

github.com/microsoft/FluidFramework · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 7
  • age_days: 2568
  • days_rel: 7
  • days_push: 7
  • n_releases_24m: 84

Full methodology

Adoption not part of the score

4945 stars · 585 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Fluid Framework is a TypeScript/JavaScript library for building distributed, real-time collaborative web applications using distributed data structures (DDSes) like SharedMap and SharedTree. It synchronizes shared state across clients with low latency and requires no custom server-side collaboration code.

Use cases

  • build a real-time collaborative document editor
  • sync shared state across multiple browser clients
  • add live co-editing to a web app
  • build a collaborative whiteboard
  • keep multiple users' views of shared data in sync in real time
  • build multiplayer web applications without writing server sync logic

When to choose

  • you need low-latency multi-user collaboration in a web app
  • you want distributed data structures with familiar map/array/tree APIs
  • you want to avoid writing custom server-side sync code
  • you use JavaScript or TypeScript with any frontend framework

When to avoid

  • you only need simple request/response APIs with no shared state
  • your app is single-user with no collaboration requirements
  • you need non-web platforms like native mobile or desktop without a JS runtime

Facets

framework · maturity active

web-framework state-management websocket concurrency web-development frontend microservices browser cross-platform crdt collaborative-editing distributed-data-structures realtime-sync typescript real-time nodejs web-server

5 sources

Member repositories

RepositoryRoleHealth v2
microsoft/FluidFrameworkmain95

For agents

markdown · JSON · MCP: product_card(name="microsoft/FluidFramework")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem