0
Hello, we are developing an APP for android and this will make a query in a webservice (that is not done yet) to validate data requested by the APP. The same project runs on the web and is developed in php, jquery etc.
Then I have 2 applications one for WEB(php) accessed by PC, Tablet, Mobile and other only for Android (.apk), the two versions do the same thing basically that is query data in a webservice, this will return data to the applications with information of the requested query.
Question: Since the two applications (web and apk) will make queries in this web service that we will develop, what is the best option to develop this web service so that it is fast and meets both applications? Develop in PHP, JAVA, NODEJS? What difference between each webservice, any advantage that one has over the other? If you need more information please comment.
I already have some tips I’ve been researching, I want a help and an opinion from someone who has done something similar.
I hope I have made clear the question and explanation. Thanks in advance.
Thank you, that’s what I needed to hear.
– rafaelphp