bruth / synapse

Hooks to support data binding between virtually any object.
http://bruth.github.com/synapse/docs/
BSD 2-Clause "Simplified" License
150 stars 6 forks source link

Advantages of Synapse over other data-binding libraries? #35

Open kokujin opened 10 years ago

kokujin commented 10 years ago

Can you list other advantages apart from file size and no use of extra code in HTML templates? Are there any benchmarks?

bruth commented 10 years ago

It is designed to be pluggable. I created it to learn more about approaches to data binding and to understand the overlap between event systems. I do not have benchmarks and won't until slowness is observed. It's not doing any magic and relies heavily on existing event systems, e.g. Backbone, jQuery.