MEAN + Backbone.js视频教程

https://www.youtube.com/channel/UC8Szh5ZJeGFBWyqKyTCVPpA

This tutorial uses pure RESTful services. The services are implemented as follows:

HTTP Method URL Action
GET /api/wines Retrieve all wines
GET /api/wines/10 Retrieve wine with id == 10
POST /api/wines Add a new wine
PUT /api/wines/10 Update wine with id == 10
DELETE /api/wines/10 Delete wine with id == 10

这个更详细,有64集:
https://www.youtube.com/playlist?list=PLQUMc4-0pHw6_vUL1ty11EvDIgydBI_BL

20150830更新:视频都太初级,还是看书好。最好的backbone资料:

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


完美的例子: http://coenraets.org/blog/2011/12/backbone-js-wine-cellar-tutorial-part-1-getting-started/

你可能感兴趣的:(tutorial,backbone.js)