Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 503 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 503 Bytes

#Example Backbone.js App

##try it out here... http://dperrymorrow.github.com/example-backbone-app/

Very basic app showing how to use backbone, require and node together. Comments also shows how to use socket.io Server side crud handled with node. Data is saved in a non persistent store on the server. It lets you create, read, update, delete notes, all with hashtag urls via a Backbone.js router.

Screen Shot