Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwpttcg66/nettygameserver
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
https://github.com/jwpttcg66/nettygameserver
async-db game game-aysnc-event game-db game-dictionary game-engine game-proxy game-server gameserver html5-server http-server httpserver netty netty-game-server netty-server nettygame nettygameserver redis rpcserver web-socket-server
Last synced: about 16 hours ago
JSON representation
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
- Host: GitHub
- URL: https://github.com/jwpttcg66/nettygameserver
- Owner: jwpttcg66
- License: gpl-3.0
- Created: 2017-02-08T02:17:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T04:51:12.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T05:31:34.581Z (about 17 hours ago)
- Topics: async-db, game, game-aysnc-event, game-db, game-dictionary, game-engine, game-proxy, game-server, gameserver, html5-server, http-server, httpserver, netty, netty-game-server, netty-server, nettygame, nettygameserver, redis, rpcserver, web-socket-server
- Language: Java
- Homepage:
- Size: 3.26 MB
- Stars: 1,626
- Watchers: 139
- Forks: 676
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NettyGameServer
- 使用netty4.X实现的手机游戏服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。
- 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。
- 使用game-executor工程,增加游戏内的异步事件全局服务,支持事件sharding,均衡的异步执行事件逻辑
- 使用netty的proxy模式,增加网关代理转发
## [Wiki/文档](https://github.com/jwpttcg66/NettyGameServer/wiki)## 源码工具链接
- [ExcelToCode 数据字典生成](https://github.com/youlanhai/ExcelToCode)
- [GameShardingDb 游戏数据库](https://github.com/jwpttcg66/GameShardingDb)
- [GameThreadPool 游戏常用线程池](https://github.com/jwpttcg66/GameThreadPool)
- [game-executor 游戏常用循环调度执行器](https://github.com/jwpttcg66/game-executor)
- [GameCodeGenerate 工具(包含新版本数据字典生成)](https://github.com/jwpttcg66/GameCodeGenerate)
- [redis-game-transaction 事务](https://github.com/jwpttcg66/redis-game-transaction)#### 贡献源码&合作&交流
- 作者qq 330258845
- QQ群:310158485(已满) 513178622![avatar](https://github.com/jwpttcg66/NettyGameServer/blob/master/qrcode.png)