A
A
Andrew Pozunyk2014-07-06 19:40:54
PHP
Andrew Pozunyk, 2014-07-06 19:40:54

RESTful API which language to choose?

Actually the question is which is better?
I choose between:
- Node.js
- Java (Spring Framework)
- C#
- PHP Familiar
with each language but only familiar =)
Interested + / - of each platform ;) and as a bonus you can deep dive complexity
Plans to write RESTful API for mobile applications

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
Eugene Burmakin, 2014-07-06
@Freika

Look towards Ruby and in particular Rails. There is a special gem (library) that allows you to use the framework exclusively as an API. Rails is RESTful by default, so this shouldn't be a problem.

A
Artem Voronov, 2014-07-06
@newross

I recommend C# + ServiceStack. You can host a service in an application, in IIS, Ngix, Apache - almost everywhere. The advantage will be a strongly typed language, smart ORMLite, ready-made clients for all mobile platforms and the ability to use Nuget. To quickly enter the topic, just look at the course .

A
Alexander, 2014-07-06
@SashaSkot

Choose something that will be easy to maintain for yourself and others (if necessary):
For PHP .
For Java .
I pehape everything in terms of renting and setting up servers.

V
Victor Potapov, 2014-09-08
@midikko

The question is rather strange and vague. the taste and color of markers are different. depends on your knowledge of the language. from myself I can say that php is easier to deploy. no extra settings on the host side are needed. while in the case of java and rails you will have to suffer a little. rails is great in its own way, though, between us, spring provides equally magical alternatives.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question