Backbone.js

  • This is the second article in the Flask TodoMVC tutorial, a series that creates a Backbone.js backend with Flask for the TodoMVC app. In this article, we will replace the localStorage persistence with server side synchronization.

    Tags: Flask, Backbone.js, Python

  • The first article in the Flask TodoMVC turorial, a series that creates a Backbone.js backend with Flask for the TodoMVC app. In this article, we will create a Flask app using the Backbone.js example as a starting point.

    Tags: Flask, Backbone.js, Python