runemadsen / Backbone-With-Server-Side-Rendering

An example of using backbone.js models, collections and view with HTML rendered from Sinatra/Datamapper.
16 stars 1 forks source link

Backbone + ExpressJS #1

Open daslicht opened 11 years ago

daslicht commented 11 years ago

Hi, do you know of any example like yours but built on-top of Express or NodeJS?

Regards Marc

runemadsen commented 11 years ago

Not really, but I believe the basic approach should be the same. Pass the JSON to backbone in a views, and also pass in the element ID's for the views.