Answer the question
In order to leave comments, you need to log in
What is a microservice?
How do you separate the concepts of microservice, service, small/medium/large project for yourself?
By what parameters? Lines of code, features, development time, etc.?
Answer the question
In order to leave comments, you need to log in
microserviceA standalone program that is part of a project that is closely related to other parts.
small/medium/large project?It is appropriate to divide by man-hours, time or financial costs. And it is subjective: for some, the project is even 100 tr big, and someone considers it tiny and will not even get involved.
microservice
A microservice is any daemonic socket spawned and/or managed by a third party/supervising process that processes some data with complex computations on demand. Usually, it is native to the OS to ensure maximum computing performance.
Actually, it's a difficult question. From my own experience, I can say that a microservice architecture is much more complicated than a monolith. One microservice is just one backend (no matter what ASP.NET Core or node.js platform). Microservices matter when they solve specific business problems together in the same architecture .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question