leilong 1 год назад
Родитель
Сommit
2a42f043ee
1 измененных файлов с 21 добавлено и 2 удалено
  1. 21 2
      README.en.md

+ 21 - 2
README.en.md

@@ -3,8 +3,27 @@
 #### Description
 ro_server
 
-#### Software Architecture
-Software architecture description
+#### Software Architecture 软件架构
+微服务 rpc + gin + redis(持久化存储) + etcd(服务发现) + 消息队列(未知) 
+rocommon  公共工具包
+rorank
+rosever 服务器主代码
+    auth: 身份认证
+    battleboss: 战斗boss
+    battlerecord: 战斗记录
+    crossrank: 全服排行榜
+    crossrouter: 跨服路由
+    crossserver: 跨服节点
+    db: 数据库
+    game: 游戏逻辑
+    gate: 网关
+    gmweb: 
+    guild: 工会
+    rank: 排行榜
+    social: 社交,聊天
+roweb   服务器web相关
+startall.sh 服务器启动脚本
+stopall.sh 服务器停服脚本
 
 #### Installation