---
title: "Microservices"
date: "2026-02"
category: "Essays"
tags: ["Essays"]
description: "Generally there are microservice frameworks that sit between microservices, and the core of them is calling back and forth over RPC..."
source: "https://enriquemark.com/en/posts/%E5%BE%AE%E6%9C%8D%E5%8A%A1"
---

Generally there are microservice frameworks that sit between microservices, and the core of them is calling back and forth over RPC.

The more mature frameworks right now:
	gRPC
	and Alibaba's Apache Dubbo-this one might work better
	besides those there's Nacos, for managing microservice config, also from Alibaba

If you're going to use microservices, you can't do without these core tools.

---

**Translation note.** I wrote this in Chinese. This English version is an LLM translation, so the wording is not mine even though the thinking is. Original: [微服务](</zh-hant/posts/微服务>).
