Microservice Architecture or simply Microservices, an emerging technology grown popular in recent years which is used in software development.The article will help you to get to know about Micro Services. This architecture is helpful for the deployment of large complex applications also support for range of platforms and devices like web,android,Internet of Things and wearables . The large complex applications are deployed into small modules which runs separately as unique processes.So basically using Microservices you can easily use any of the technologies as the development is done separately as a module. The communication among the modules are done considering the requirements of the business goal. Here HTTP/REST with JSON is mostly used. Examples Netflix eBay Amazon Twitter PayPal Soundcloud and many of the other applications have now moved to microservices from Monolithic Architecture where they have decompose...
Comments
Post a Comment