Question: Microsoft recently released the Fluid-Framework on github, How can/ steps to replace Signal-R with MS Fluid-Framework and what would be the key differences?
Use Case: Fluid seems to support collaboration
and data sync for Mermaid etc diagramming/Flowchart
, which was a core use case. So, when I started trying to replace Signal-R
with Fluid-Framework
, I quickly realized both the docs. & guidance on this is missing.
Some confusion for me, I would appreciate some information:
The client-server is missing on their home page and confusing me. For e.g. I wanted to configure the
sync data, how often, fall back storage, custom claims in the container, port info, bind attributes
in the Action/API signature, but this data in the samples/help is not strongly typed?import { DataObject, DataObjectFactory } from "@fluidframework/aqueduct";
Just need more strongly type samples on the server side wire up.Fluid Container:
Transition
orQuery information
for the state of active nodes, next nodes from the mermaid chart is also not clear, how do I get this