You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its possible that the node.js DOM implementations we are using are too heavy because they contains a lot of functionalities which are not needed to only render Backbone and Marionette views server side (events, HTML5 specs, etc...).
We should implement a benchmark to compare a backbone.isormorphic implementation based on a node.js or io.js server with other implementations :
backbone.isomorphic vs Classical PHP
backbone.isomorphic vs React
backbone.isomorphic vs Backbone + Rendr
The text was updated successfully, but these errors were encountered:
Its possible that the node.js DOM implementations we are using are too heavy because they contains a lot of functionalities which are not needed to only render Backbone and Marionette views server side (events, HTML5 specs, etc...).
We should implement a benchmark to compare a backbone.isormorphic implementation based on a node.js or io.js server with other implementations :
The text was updated successfully, but these errors were encountered: