Skip to content
jwpttcg66 edited this page Aug 26, 2021 · 36 revisions

Welcome to the NettyGameServer wiki!

NettyGameServer

使用netty4.X实现的手机游戏服务器,支持tcp,udp, http链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用protostuff进行rpc协议序列化

1. 代码学习研读

2. 使用手册

3. 实例工程

这个工程是个早期版本实例。最新版本还没有兼容。

4. 测试用例调试

  1. 启动服务器

    • 运行game-core模块下com.snowcattle.game.bootstrap 类GameServer
  2. 测试用例

    • 运行game-core模块下test下面net.client包

5 打包&部署&启动

  • path:game-core模块deploy
.
├── build.sh  // 打包脚本
├── config
│   └── launch.sh // 启动备份脚本
└── dist.sh //解压build.sh 包并调用启动脚本

6.源码友情链接

7.贡献源码&合作&交流

  • 作者qq 330258845
  • QQ群 310158485