Integration of Node.js and Backbone.js

前端 未结 7 902
醉梦人生
醉梦人生 2021-01-29 22:57

I have done considerable reading on both Node.js and Backbone.js; I\'ve read some tutorials and done the relevant courses on Code School. I feel that I\'ve got a pretty good ide

7条回答
  •  旧巷少年郎
    2021-01-29 23:48

    create rest api: http://coenraets.org/blog/2012/10/creating-a-rest-api-using-node-js-express-and-mongodb/

    code backbone on the client: http://coenraets.org/blog/2012/10/nodecellar-sample-application-with-backbone-js-twitter-bootstrap-node-js-express-and-mongodb/

    the backbonetutorials.com restify one is out of date. It's best to use express, especially if you plan to do any authorization. It's also more widely used

提交回复
热议问题