Integration of Node.js and Backbone.js

2019-03-07 18:04发布

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 idea of the functions that each technology serves in the context of a web application.

My problem is that I don't really know how to integrate the two technologies and use them in tandem. I would really appreciate if someone could point me to a resource which goes through the entire development of an application using Node, MongoDB, and Backbone together.

Many thanks

7条回答
Lonely孤独者°
2楼-- · 2019-03-07 18:48

This ebook could be useful (it's on Backbone, but uses Node for the backend):

http://addyosmani.github.io/backbone-fundamentals/

You also may want to look at this book:

http://www.amazon.com/Building-Node-Applications-MongoDB-Backbone/dp/1449337392

查看更多
登录 后发表回答