What are the steps and elements/requirements to develop a web service? -
i've read lot of threads regarding web service app, want know idea case here.
we developing web service can update our local server's db , @ same time remote server's db via (internet)
pl: c#, vs2012 db(local): sql2008r2 db(remote): n/a
i going explain using architecture , not programming language. case norm in current soa , microservices architectures. service governing 1 function , has rest apis clients crud , rest apis store in data store behind service. services generate events crud , send message bus other client/service interested in state change can listen messages , act upon it.
so can "remote server's db via internet" part asynchronously.
hope helps.
Comments
Post a Comment