Cloud Data

Hi

I want to connect an App to Azure mobile services (sql database). Azure offers an SDK for Python and PHP that I may be able to use with Corona. So question what standard is used more commonly or recommended with cloud data, Python or PHP?

Thank you

As long as they provide a web based standard HTTP request system, being PHP or Python on the other end shouldn’t matter.  As long as it responds to HTTP GET, POST, PUT, DELETE and HEAD commands it should work with Corona SDK’s network.request() API call.

Rob

As long as they provide a web based standard HTTP request system, being PHP or Python on the other end shouldn’t matter.  As long as it responds to HTTP GET, POST, PUT, DELETE and HEAD commands it should work with Corona SDK’s network.request() API call.

Rob