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 ?
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
Post a Comment