.net - RESTFUL wrapper for Windows Azure Mobile services -
i pretty new windows azure mobile services (wams) , want started once doubts cleared. understand, can build service layer on cloud support data storage, authentication, push notifications etc. service layer , features offers can used multiple mobile platforms including windows phone, windows store, android, ios , on. however, whatever material i've read, in order use service layer, sdk corresponding mobile technology have used. e.g. in order android app use service layer, android sdk wams have used. also, basic logic (excluding server side scripts) perform operations/call methods on wams have written in android. same case other platforms. thus, though have cloud layer, considerable logic still have written in native platforms. better instead have restful service wrapper on wams implementation in .net can consumed platforms without me requiring using individual sdks?
wams supposed use when data storage in azure. rest api standard layer talk backend/data.
android, ios, wp etc. mobile platform & having sdks build frontend, backend layers.
as whole backend on cloud, need work on frontend only. google cloud platform(gcp), windows azure, amazon web services(aws) providing sdks these platforms, can utilize talk backend through rest api/wrapper.
Comments
Post a Comment