Microservices
title: "Microservices" seoTitle: "Microservices | Appendix" @description: "What are Microservices" metaKeywords: "Microservices, Hosting" author: "Scott Wyatt" date: "2022-01-05" lastmod: "2022-02-02" published: true category: "term" parent_category: "home" img: "/images/no_img.png" tags: - term
Microservices are an architectural and organizational approach to software development. Instead of all software functionality being on a monolithic system, software is composed of small independent services that communicate over well-defined APIs. These services are owned by small, self-contained teams.
Microservices can make applications easier to scale and manage, enabling innovation of new features.
Adding microservices can impact your business' readiness. Moving some process to microservices make your business more resilient.