GM后台服务初步

This commit is contained in:
huangxiaolei
2022-11-24 19:40:59 +08:00
parent c96deb20e2
commit 2ecc1f0e77
6 changed files with 132 additions and 15 deletions

View File

@@ -3,13 +3,17 @@
hk4e game server
## 开发快速上手
* Go >= 1.19
1. 首次需要安装工具 `make dev_tool`
1. 生成协议 `make gen`
## 快速运行
* mongodb
* nats-server
1. 启动dispatch `cd dispatch/cmd && go run .`
1. 启动gate `cd gate/cmd && go run .`
1. 启动gs `cd gs/cmd && go run .`