Android + WebService on Cloud Platform [closed]

-1

Talk the guys ... Home Well, I really need to create a project. A WEB and Android system. Home But it has to be Cloud and free of preference. Home I researched and started a project using OpenShift. I installed a plugin in Eclipse and I sent a bullet in JAVA. I even managed to create some web pages, but I had compatibility problems with Axis2, etc. when trying to provide services. The biggest problem is that I did not find complete tutorials on the subject. Home Anyway friends, I need a lot of help (the head is going to explode). What is the best cloud service so I can run my webService so that it is also available for Android? (Note: it can be in another language: Ruby on Rails, JAVA, PHP, etc.) Home If you agree that it's OpenShift, then give me a help there so I can make my services available. Home Thank you for your attention. I need to cool my head a little ...

    
asked by anonymous 31.03.2015 / 21:12

1 answer

1

Use the Heroku platform that you can create up to 5 free applications, there you can use python, java, ruby, php, Nodejs for your problem, the best option is to create a REST web app, which basically is a web application that returns a json or xml according to the request.

Some references on REST - wikipedia , InfoQ

Some frameworks already come with this ready is the case of Rails for Ruby, Spring for Java and Flask-RESTful for Python

    
31.03.2015 / 21:21