Abstract
A Web Services are self-describing services that will perform well defined tasks and can be accessed through the web. Service Oriented Architecture (SOA) is an architecture paradigm that focuses on building systems through the use of different Web Services, integrating them together to make up the whole system.
The Micro-service style is an approach to develop a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms. Preferring Micro-services over others, it makes the work on both client and server side smooth. This paper explains about the emerging Micro-services - which is the practice of applying SOA principles at a small level of granularity. This implementation idea explains how the Anna University result webpage can be divided using micro-services for easy access of results to students.