Answer the question
In order to leave comments, you need to log in
How are backend+RESTful API+Databases related?
Please explain the process of interaction of these terms (Is there any?).
Let's say I want to make a project. I'm laying out a website, creating a mobile application, but only at the interface level. I saw such records that a medium-sized project can use a framework of any language as a core. For example, this is Django. But Android applications are written in Java.
It turns out that if I took Django as the basis of the site, then the mobile application will also have the basis of Django if they are connected via the RESTful API? What role does the server play in this?
The questions are probably very stupid. Please help.
And yes, the last question: what topics / aspects do you need to learn in order to understand this?
Answer the question
In order to leave comments, you need to log in
How are backend+RESTful API+Databases related?
But Android applications are written in Java.Not only in Java... But, it doesn't matter as such what they are written in on the client.
It turns out that if I took Django as the basis of the site, then the mobile application will also have the basis of DjangoOn a mobile application, with a probability of 99% there will be a client. What it will be written on does not really matter, but Django in android is very unlikely.
What role does the server play in this?The role of the server, apparently.
And yes, the last question: what topics / aspects do you need to learn in order to understand this?Specifically about REST - I gave you the link above. I also recommend that you familiarize yourself with the specification for the HTTP protocol, it is useful as an example for your question and in general.
It turns out that if I took Django as the basis of the site, then the mobile application will also have the basis of Django if they are connected via the RESTful API? What role does the server play in this?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question