Does Instagram use a RESTful Django framework?
-
You know Instagram started as a mobile app on IOS backed by web service powered by django, so my question are they using restful architecture , and is that's why it where easy to them to create the web site later , and how they limited the sign up functionality to the mobile app.
-
Answer:
It's likely they're using a RESTful multi-tiered web application architecture. This means that their "web site" is probably just a client for their own APIs. In terms of design this makes a lot of sense because it allows you to expose your systems to 3rd party developers easily (Which is important these days) while also preventing your front-end web site from having in impact on the design/performance of your API back-end. As for which REST framework for Django they're using, I don't know if they've stated that anywhere?
Adam Jorgensen at Quora Visit the source
Related Q & A:
- How do I create a Cocoa Touch Framework?Best solution by stackoverflow.com
- How to use django model outside of django framework?Best solution by stackoverflow.com
- How can I use SSL with django?Best solution by Stack Overflow
- What does Politte Supply use: a sales journal, a purchases journal, a cash receipts journal or a cash disbursements?Best solution by Yahoo! Answers
- Can I use a 4 ohm crossover with a high pass slope of 24 db with a 6 ohm tweeter that has a 6 db slope?Best solution by termpro.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.