What is Backbone.sync ?
It is an object that allows you to define the server url that will be called when Backbone calls the server
It is a model that sends and receives events to contact the server
It is a socket connection with the server that receives and emits events
It is a method that Backbone.js uses to contact the server via Ajax calls