What is the difference between Azure App Services API Apps and the Custom API of App Services Mobile Apps? -


azure app services mobile apps can provide custom api hosting service looks similar api apps.

what real difference between two?

is possible consume mobile services api apps node backend ? there mobile apps sdk available nodejs ?

https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-node-backend-how-to-use-server-sdk/

azure api apps hosting apis consumed variety of clients, , acceptable codegen client, or make direct rest calls.

azure mobile apps defines client , server sdk protocol communication adds additional functionality things such offline sync. offline sync not possible api apps, because there no actual client sdk, tools generating 1 different platforms.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

python 3.5 - Pyqtgraph string in x tick -