microsoft / FluidFramework

Library for building distributed, real-time collaborative web applications
https://fluidframework.com
MIT License
4.71k stars 532 forks source link

Synchronization of flowcharts/workflows/canvas elements #3636

Closed weedkiller closed 3 years ago

weedkiller commented 4 years ago

Feature

Hello, inside the web we have there are many free OSS like JsPlumb or other D3.js for flowchart process.

Using this we drive automation/assembly lines, which is based on a flow chart as the work flow manager from a website.

SamBroner commented 4 years ago

Hey @weedkiller, can you add some more details to the scenario?

We have a few sync examples in the repository and in github.com/microsoft/fluidexamples. Do any of those examples meet your needs?

ghost commented 4 years ago

This issue has been automatically marked as stale because it has marked as requiring more information but has not had any activity for 2 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your contributions to Fluid Framework!

tylerbutler commented 3 years ago

@weedkiller I'd love to hear more about what you're imagining! As Sam mentioned earlier, we have several examples showing how to use the DDSes in the framework to replace or augment existing data models. We haven't explored diagramming specifically, but if you explore that scenario we'd love to hear about it.

ghost commented 3 years ago

This issue has been automatically marked as stale because it has marked as requiring more information but has not had any activity for 2 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your contributions to Fluid Framework!

weedkiller commented 3 years ago

Hello, please consider a use case may help, like a class of teacher/students viewing an interactive flowchart or a group of technicians following an assembly line flowchart on the web browser.

I would like to see a use case sample where,

In SignalR this was easily understand with the hub model, but I could not find a full working sample to show how to handle this/diagrams and server side synchronizing with a Controller.

ghost commented 3 years ago

The Fluid Framework issue queue is meant to capture bug reports and feature requests. It is best to ask questions on Stack Overflow with the "FluidFramework" tag so that the entire community can contribute and learn from the question.

ghost commented 3 years ago

This issue has been automatically marked as stale because it has marked as requiring more information but has not had any activity for 2 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your contributions to Fluid Framework!

weedkiller commented 3 years ago

unresolved