5 ms·
This is how I feel about Flask. I've been using it with Backbone.js and they make a great combo: Flask API serving JSON, and the rest of the logic on the clien
by clemesha 15y ago
This is how I feel about Flask.
I've been using it with Backbone.js and they make a great combo: Flask API serving JSON, and the rest of the logic on the client.
- eddie_the_head 15y agoYou might find these demoes of Flask with pjax interesting then: http://flaskpjax.herokuapp.com/automobiles http://flaskpjax.herokuapp.com/automobiles https://bitbucket.org/a2c/pjax_flask/overview https://bitbucket.org/a2c/pjax_flask/overview
- ch0wn 15y agoIf you go down the API route, Flask-Restless[0] and simpleapi[1] are also worth a look. [0] http://readthedocs.org/docs/flask-restless/en/latest/ http://readthedocs.org/docs/flask-restless/en/latest/ [1] https://github.com/flosch/simpleapi https://github.com/flosch/simpleapi
- Ecio78 15y agoIs there any of this solution that bundles with an easy mobile library/sdk? I was asking for something like a semicomplete backend opensource solution here http://news.ycombinator.com/item?id=3735387 http://news.ycombinator.com/item?id=3735387 but unfortunately I got no responses
- SkyMarshal 15y agoI believe Twitter and Foursquare are doing this too. Their Scala-based appservers are API endpoints, serving JSON to the javascript/Backbone.js frontend.