Microservice is an application architectural style. With this architecture, a large complex software application will be split into one or more microservices. And each microservice runs in its own process and communicates using a lightweight mechanism, usually HTTP RESTFUL API.
💡 이 튜토리얼은 영어로 번역되었습니다. 원본을 보려면 영어로 전환
강사