Microservices
Oct 18, 2023
Microservice is a small server, specialized on one simple function. Server is big and microservice is small. A large server (for example a WEB server) can be split into many smaller microservices.
All logic is inside client.
Simple service — complicated client.
Also microservices can be a part of a larger system (cloud storage, decentralized messanger, large website or database).
Links: GitHub