I
I
Ivan Antonov2019-02-13 20:06:19
Mobile development
Ivan Antonov, 2019-02-13 20:06:19

Which is easier to work with in Java and Swift, HTTP Request or database directly?

Actually, the question is in the subject.
I am making a mobile application. I would like to put all the business logic on a web server, and work in mobile applications only using the HTTP (s) protocol. Wouldn't it be more difficult to connect directly to the database?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Zagaevsky, 2019-02-13
@antonowano

Only http api, no direct connections.

I
illuzor, 2019-02-13
@iLLuzor

No one works with the back-end database directly.
If you make a convenient API, it won't be difficult.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question