jwpttcg66 / NettyGameServer
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
☆1,638Updated 2 years ago
Alternatives and similar repositories for NettyGameServer:
Users that are interested in NettyGameServer are comparing it to the libraries listed below
- jforgame是一个一站式游戏服务器开发框架。包含游戏服务器开发所需要的各种组件,比如网关,socket服务端与客户端,自定义高效消息编解码,游戏热更新,游戏通用工具等等。包含游戏服,跨服,匹配服,后台管理系统等实现,同时提供大量业务案例以供学习。亦可用于其他socket…☆985Updated last week
- 这是一个轻量级的、一站式的java游戏服务器框架,也可用于开发简单的web服务。基于netty实现 了高性能通讯,支持tcp、http、websocket等协议,支持protobuf、json两种数据格式,支持以配置的形式轻松开启多端口网络服务。支持RPC远程调用,支持以优雅…☆559Updated this week
- Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring …☆1,183Updated 3 months ago
- springboot编写的高性能分布式mmorpg手游服务端框架,包含中心服,网关服,游戏服,战斗服等。☆513Updated 5 months ago
- 基于Netty的强大的游戏服务器框架☆218Updated 8 years ago
- Netty demos. (Netty 案例大全)☆1,877Updated 3 years ago
- 无锁异步化、事件驱动架构设计的 java netty 网络编程框架; 轻量级,无需依赖任何第三方中间件或数据库就能支持集群、分布式; 适用于网络游戏服务器、物联网、内部系统及各种需要长连接的场景; 通过 ioGame 你可以很容易的搭建出一个集群无中心节点、集群自动…☆1,028Updated last week
- netty4游戏服务端,依赖游戏核心包☆181Updated 2 years ago
- Carmelo is a fast, scalable Java server framework designed for online games. It uses Netty and Fastjson for highly efficient network tran…☆170Updated 2 years ago
- Chinese translation of Netty 4.x User Guide. 中文翻译《Netty 4.x 用户指南》☆2,325Updated 2 years ago
- 基于netty的异步非阻塞实时聊天(IM)服务器。☆1,538Updated 6 years ago
- Distributed Java game server, including login, gateway, game demo☆299Updated 6 months ago
- Almost-Famous(成名之路) ——卡牌游戏开源项目,架构使用SpringBoot+Netty+Maven+SpringCloud来搭建多进程分布式框架,包括Cloud、Unique、Login、Game、Match、Battle 等服务。☆208Updated last year
- 李林峰老师编写的netty权威指南(第二版)对应的源码☆983Updated 4 years ago
- NettyRPC is high performance java rpc server base on Netty,using kryo,hessian,protostuff support message serialization.☆1,285Updated 7 years ago
- Jupiter是一款性能非常不错的, 轻量级的分布式服务框架☆1,507Updated last year
- 仿QQ即时通讯系统服务端☆555Updated last month
- 在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,…☆157Updated 2 years ago
- 这是一款分布式的java游戏服务器框架☆122Updated 2 years ago
- Netty 4 的一些技术栈示例代码并辅以博文讲解。主要包括入门的demo,粘包和拆包解决办法,心跳测试,http服务的实现,client重连机制,TCP滑动窗口、protobuf协议传输等相关技术。☆442Updated 2 years ago
- 基于java的netty实现的可靠udp网络库(kcp算法),包含fec实现,可用于游戏,视频,加速等业务☆495Updated 11 months ago
- 使用Netty实现IMServer,支持Tcp和WebSocket实现。☆480Updated 8 years ago
- It is a book about the Essentials of Norman Maurer's Netty in Action.《Netty 实战(精髓)》是对 Norman Maurer 的 《Netty in Action》的一个精简☆1,785Updated 2 years ago
- behavior for java☆79Updated 2 years ago
- 基于Netty实现的WebSocket聊天室,支持几万人同时在线聊天☆618Updated 7 years ago
- T-io is a network programming framework developed based on Java AIO. From the collected cases, t-io is widely used for IoT, IM, and custo…☆1,825Updated 3 weeks ago
- Netty实践学习案例,见微知著!带着你的心,跟着教程。我相信你行欧。☆2,906Updated 2 years ago
- Netty learning.☆3,552Updated 8 years ago
- Netty In Action 中文版☆1,467Updated last year
- 基于Netty的Http应用服务器☆313Updated 11 months ago