mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 18:42:26 +08:00
b54b8c30b133eded2e1858d0650c8cb84e442e31
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 .
Description
Languages
Go
98.7%
HTML
0.8%
Makefile
0.3%
Shell
0.1%