What on Earth Are Microservices?

Jak Charlton
Geek Culture
Published in
5 min readJan 18, 2023

--

A microservice architecture structures an application as a collection of small, independently deployable services. Each service runs in its own process and communicates with other services through lightweight mechanisms such as HTTP/REST APIs. This approach has several advantages over a traditional monolithic architecture, including increased scalability, flexibility, and resilience.

--

--