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