📜  微服务 nodejs - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:49.808000             🧑  作者: Mango

代码示例1
-> Microservices-based architecture lets you split your application 
   into small units.
-> Each part can independently deploy and scale; 
   it does not matter if different programming languages and teams write it.
-> You can also test the small units individually.