https://github.com/laonsx/enen
golang game framework
https://github.com/laonsx/enen
framework game golang server websocket
Last synced: 17 days ago
JSON representation
golang game framework
- Host: GitHub
- URL: https://github.com/laonsx/enen
- Owner: laonsx
- Created: 2018-08-11T02:26:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T13:22:44.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T15:00:39.890Z (over 1 year ago)
- Topics: framework, game, golang, server, websocket
- Language: Go
- Homepage:
- Size: 22.8 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# enen v0.0.9 -- master(93ed2cd)
a game framework based on gamelib
## 项目介绍
- 支持热更新、热修复操作
- 支持客户端tcp长连接
- 支持动态扩展
- 支持功能测试、压力测试
- 各服务间采用grpc通信
## 源码编译(需要golang环境)
- make 或者 go build
## 启动命令(参照configs/server.json配置文件)
- center服务:enen center
- gate服务:enen gate
- game服务:enen game
- gate1服务:enen gate -n=gate1
- game1服务:enen game -n=game1
## 测试命令
- 10000个机器人同时在线测试命令:enen test -f=robot -r=user_10000 -d=false
## 命令帮助
- enen -h
- enen [服务] -h
- enen version
## 项目计划
- 由日志转测试脚本工具
