Microservices, or microservice architecture, is a systems architecture style that structures a solution as a collection of superficially coupled services that implement business features and facilities.
In a nutshell, microservices are a way to develop a solitary application as varied services. Each service runs in its own process and delivers the information through fluid mechanisms, frequently through an HTTP API.
Thinking about services the service-oriented architecture (SOA) and Software as a Service (SaaS), we will use RAD Server as an application server for our microservice architecture and build a solution as a set of independent services.
In this last and final chapter, you will see the following topics:
- What is a microservice architecture?
- Introducing RAD Server
- Consuming services on RAD Server
- Securing
- Deploying