M
M
Maxim Prigozhenkov2014-12-26 16:01:48
iOS
Maxim Prigozhenkov, 2014-12-26 16:01:48

What is the best way to write back-end for IOS applications?

Hello everyone!))
I am developing applications for ios. Recently, the question arose about choosing a language for developing back-end programs (server side) for applications.
So far, the choice has fallen between three languages: Node.js, Ruby, Java.
Please advise, or suggest your own version, what, in your opinion, is the best way to develop the back-end part of applications?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
reedwalter24, 2014-12-26
@reedwalter24

It all depends on the functionality you need. We have implemented APIs, some of which are in PHP (Laravel), some are in Ruby. They give JSON and the application itself understands what to do with it :)

S
Sergey Nalomenko, 2014-12-26
@nalomenko

Rhetorical question :)
On what is more comfortable to write on, and what eventually works quickly and stably. The application itself, which you write, in fact, does not care what the backend is written on. If only it would process requests correctly and give the correct answers (whether it be JSON, XML, or something else).

P
Puma Thailand, 2014-12-26
@opium

Java of course

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question