miroiu / nodify

Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
https://miroiu.github.io/nodify
MIT License
1.3k stars 208 forks source link

Collaboration and Tree View #64

Closed risedangel closed 11 months ago

risedangel commented 1 year ago

It would be nice if i can host the app on a server so few of my friends edit the graphs collaboratively. And it would also be nice if the app has some sort of tree view showing packages and the graphs within the server.

miroiu commented 1 year ago

Hi, Nodify is not an application, but a set of custom controls that you can use to build visual scripting tools, visualize graph data, build workflows etc.

The library provides the necessary hooks and events to make it possible to create collaborative graphs.

Please let me know if you have questions while implementing this.