Rapid Prototyping with JS examples
UPDATE: I'm publishing the new, updated and revised version of this book under the new title Fullstack JavaScript. Go to http://github.com/azat-co/fullstack-javascript for more details.
Rapid Prototyping with JS is a JavaScript and Node.js book that will teach you how to build mobile and web apps fast. — Read more at http://rapidprototypingwithjs.com.
Part II — Building Front-End Application
-
Twitter Bootstrap scaffolding example
-
jQuery, Twitter API and JSONP example
-
Simple example of Parse.com JavaScript SDK
-
Chat front-end: jQuery and Parse.com REST API; ready for deployment.
-
Diving Deeper into Backbone.js
-
BackboneJS and Parse.com SDK Chat
Part III — Building Back-End Application
-
NodeJS "Hello World" app, ready for deployment
-
Chat back-end: TDD with run-time storage
-
Simple app to test local database connection with MongoDB Native Driver
-
Chat back-end: MongoDB storage, ready for deployment
Part IV — Putting it All Together
Part V — Beyond Core Modules
-
Chat with React.js view layer