mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 15:52:27 +08:00
297 B
297 B
hk4e
hk4e game server
开发快速上手
- Go >= 1.19
- 首次需要安装工具
make dev_tool - 生成协议
make gen
快速运行
- mongodb
- nats-server
- 启动dispatch
cd dispatch/cmd && go run . - 启动gate
cd gate/cmd && go run . - 启动gs
cd gs/cmd && go run .