Hello, we are developing an android APP and this will make a query in a webservice (which is not yet done) to validate data requested by APP. The same project runs on the web and is developed in php, jquery etc.
So 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 to query data in a webservice, this will return data for applications with information from the requested query.As the two applications (web and apk) will make queries in this webservice that we will develop, what is the best option to develop this webservice so that it is fast and meets both applications? Develop in PHP, JAVA, NODEJS? What is the difference between each webservice, some advantage that one has over the other? If you need more information please comment.
I already have some tips that I have been researching, I want some help and an opinion from someone who has already done something similar.
I hope I have made the question and explanation clear. Thanks in advance.