How to create a Restful web service in .Net Using MySQL?

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

Was this solution helpful to you?

Just Added Q & A:

Find solution

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.