R
R
RolanTheSpectator2018-06-12 18:15:45
Java
RolanTheSpectator, 2018-06-12 18:15:45

What technologies to choose for the fastest possible creation of an elementary server for a mobile application?

The Internet has been wooling for a long time and now, due to a very large selection of technologies, it is completely confused. There is no time to try everything, you urgently need to raise a server in the cloud that can send JSON via GET request for mobile clients (there may be many of them), and request JSON from another server every hour. What minimum technology is needed to quickly raise a server in the cloud? And what cloud will advise? Server preferably on JAVA , cloud with JAVA support

Answer the question

In order to leave comments, you need to log in

6 answer(s)
S
Stanislav Pugachev, 2018-06-12
@Stqs

whether in the trend!

A
Alexey Cheremisin, 2018-06-12
@leahch

Jooby.org or sparkjava.com

�
âš¡ Kotobotov âš¡, 2018-06-13
@angrySCV

sometimes I use heroku.com to quickly upload something and show how it works.
you can upload the code in one line through "git push", the service automatically selects by the code what environment you need to create for this code to work, it's convenient and there is a free "hobby" tariff

Y
York Princess, 2018-06-13
@Princess_York

Giving json by get is a restful service, the easiest way to do this is to use Python3 + Flask. On this stack, you get the most compact and understandable code that you can imagine!

V
Vladimir Dementiev, 2018-06-17
@SayMAN83

To give json you do not need any specific technologies. It is enough to create a service that returns an http request not an html page, but json

R
Roman Vasilenko, 2018-06-21
@farewell

sparkjava.com and wrap in graphql

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question