microsoft/FluidFramework
Library for building distributed, real-time collaborative web applications 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
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
- readme: https://github.com/microsoft/FluidFramework · fetched 2026-08-28 · 0b6de2512946
- homepage: https://fluidframework.com · fetched 2026-08-29 · a6810b86c8f9
- site_page: https://fluidframework.com/docs · fetched 2026-08-29 · d84282b9f254
- site_page: https://fluidframework.com/docs/start/quick-start · fetched 2026-08-29 · fdc9d205859e
- site_page: https://fluidframework.com/docs/build/dds · fetched 2026-08-29 · 033c5186fd57
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| microsoft/FluidFramework | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="microsoft/FluidFramework")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem