I am planning of developing a web based application that would allow people to draw architectural diagrams and I want to give it the functionality of collaborating. If one user makes some changes the other could see and also make further changes if needed in real-time.
I researched and found that Jointjs and Togetherjs, if worked together can do the trick. I tried looking for integration ideas online but was unable to.
Has anybody tried using both of these together? Is there a way to accomplish what I'm trying through these two libraries?
Any leads would be really appreciated.