What web service can I use in developing an app? [closed]

-2

I'm developing an App and need to tell me which Web Service I can use. Do I have to have a server in the cloud, install a database on that server, and configure a web service to be accessed by iOS and Android? How is your web service configured?

    
asked by anonymous 22.01.2015 / 03:21

1 answer

1

There are several alternatives to what you want to create. The best recommendation will depend on your experience with operating systems and programming languages.

As an example, I can cite Amazon Web Services, Heroku, Windows Azure and Google App Engine. There are many more alternatives, some more flexible, some simpler.

You may not even need to use one of these platforms mentioned above. You can look for companies that offer server hosting (exclusive or shared) and install everything you need manually. Technically they will be in such a cloud.

    
22.01.2015 / 03:35