From 38df17e2f1d947b772d473aa9eed5e1e77c28ef8 Mon Sep 17 00:00:00 2001 From: jaysunxiao Date: Thu, 20 May 2021 19:39:29 +0800 Subject: [PATCH] =?UTF-8?q?perf[doc]:=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52ff94b7..6f6740fe 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Java生态的rpc框架非常多,但是很少又rpc框架能够又契合到游 后来发现其实不仅仅能用来做游戏,只要有对性能有极致需求的rpc场景都能使用的上这个框架。 ``` -- 性能需求极高的项目,如游戏,直播等 +- 性能需求极高的项目,如游戏服务器,单服滚服,全球服 - 节省研发成本的项目,如想节省,开发,部署,运维成本 - 喜欢 [KISS法则](https://baike.baidu.com/item/KISS原则/3242383) 的项目 ,简单的配置,优雅的代码。