Hello,
In order to make the best choice for my project, I need to know what is the best MVC javascript framework to couple with jsPlumb 1.5.5 (jQuery) to do the easiest and the most robust implementation in order to handle all business logic and a clean code division.
My choice will be made regarding these well-known frameworks :
1) AngularJS
This Stack post refers to a way to separate jsPlumb graphic code with AngularJS controller code (using a custom AngularJS service to handle jsPlumb logic) :
And there is a simple implementation example here :
2) Ember.js
I found this Stack post, referring to an issue (solved) :
3) Backbone.js
I just find one sample very very ligthweight example but nothing else..
I got some informations about these 3 frameworks thanks to this helpful link :
I need to know what should be the best approach to make an heavy and clean front-end full-js application to couple with jsPlumb.
From my point of view, AngularJS is the best choice today, but I want to understand if it's possible with this framework, to add some new HTML elements on the fly and to bind them a AngularJS business logic ?
Thank you.