-
Notifications
You must be signed in to change notification settings - Fork 673
Home
jwpttcg66 edited this page Aug 26, 2021
·
36 revisions
Welcome to the NettyGameServer wiki!
使用netty4.X实现的手机游戏服务器,支持tcp,udp, http链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用protostuff进行rpc协议序列化
这个工程是个早期版本实例。最新版本还没有兼容。
-
启动服务器
- 运行game-core模块下com.snowcattle.game.bootstrap 类GameServer
-
测试用例
- 运行game-core模块下test下面net.client包
- path:game-core模块deploy
.
├── build.sh // 打包脚本
├── config
│ └── launch.sh // 启动备份脚本
└── dist.sh //解压build.sh 包并调用启动脚本
- ExcelToCode 数据字典生成
- GameShardingDb 游戏数据库
- GameThreadPool 游戏常用线程池
- game-executor 游戏常用循环调度执行器
- GameCodeGenerate 工具(包含新版本数据字典生成)
- redis-game-transaction 事务
- 作者qq 330258845
- QQ群 310158485