프로그래밍/WEB 아키텍처 (1) 썸네일형 리스트형 MSA 아키텍처 기본 개념 이번엔 MSA 아키텍처로 토이 프로젝트를 만들어 보기 전에 MSA 아키텍처가 뭔지 개념을 알고 가도록 해보자 1. MSA 란? In short, the microservice architectural style [1] is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. These services are built around business capabilities and independently deployable by ful.. 이전 1 다음