https://github.com/spacebat/insta-gallery
wpwa built on backbone.js using instagram api
https://github.com/spacebat/insta-gallery
Last synced: about 1 year ago
JSON representation
wpwa built on backbone.js using instagram api
- Host: GitHub
- URL: https://github.com/spacebat/insta-gallery
- Owner: spacebat
- Created: 2012-02-10T12:03:55.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-09T22:34:41.000Z (over 14 years ago)
- Last Synced: 2025-03-26T23:14:43.275Z (about 1 year ago)
- Language: JavaScript
- Size: 877 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
http://www.insta.appicure.com/
1. Insta gallery is a SPWA(single page web application) created using OOJS, backbone.JS and the Instagram API
2. It has bookmarkable url's and deep-linking courtesy of backbone routers.
3. the app is very fast because: views are cached as JS objects, there are no calls to the servers once the initial page is downloaded
3. This app is an example of a thin server(the instagram API is a web service providing JSON when needed - rather than rendered HTML and images etc) and a fat client; the users browsers does the display logic work and event handling. This makes the app very responsive, gets rid of user flow interuption via page reloading in the traditional server/client model, and cuts down on the latency associated with round trips to server to request html.