Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark server side DOM rendering #5

Open
bgaillard opened this issue Jun 16, 2015 · 0 comments
Open

Benchmark server side DOM rendering #5

bgaillard opened this issue Jun 16, 2015 · 0 comments
Assignees
Milestone

Comments

@bgaillard
Copy link
Member

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
@bgaillard bgaillard added this to the 1.0.0 milestone Aug 25, 2015
@bgaillard bgaillard self-assigned this Aug 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant