How to develop a graph visual editor in javascript?

261 views Asked by At

I need to develop something similar to this : http://draw.io It needs to include :

  • a main canvas
  • toolbars
  • drag'n drop elements from toolbar to canvas
  • link nodes with edges ...

Where to start ? What API or framework should one use ?

1

There are 1 answers

1
Joaozinho das Couves On

You can try http://fabricjs.com/ i have used it with great success to make things like that. It will be no small project thou.