Micro Services on the Client?
The Micro Service Architecture is all about splitting up your application’s (or group of applications’) functionality into separate services that communicate with each other in some standardized way, e.g. JSON over HTTP. While this approach is rapidly gaining adoption in cloud…