Parse.com & Backbone.js – What Is Require.js? – What Is Backbone.js?



Parse.com & Backbone.js – What Is Require.js? – What Is Backbone.js?

0 0


How-Applications-Work


On Github aj-liptak / How-Applications-Work

Parse.com & Backbone.js

With Require.js

Created by AJ Liptak

Overview

  • Require.js
  • Backbone.js
  • Parse.com

What Is Require.js?

RequireJS is a JavaScript file and module loader.

  • #include/import/require for the web
  • Asynchronous
  • No pollution of the global namespace

What Is Backbone.js?

MV* for the web

  • Simple yet powerful provided classes
  • Pick and choose what you want to use
  • Not a framework!
  • Hard dependencies on jQuery and Underscore

What Is Parse.com?

One backend to rule them all

  • Native libraries for all platforms
  • JS Library is a Fork of Backbone!
  • Cloud Code
  • Awesome FREE plan

Questions?

Code!