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,635Updated last year
Alternatives and similar repositories for NettyGameServer:
Users that are interested in NettyGameServer are comparing it to the libraries listed below
- jforgame是一个一站式游戏服务器开发框架。包含游戏服务器开发所需要的各种组件,比如网关,socket服务端与客户端,自定义高效消息编解码,游戏热更新,游戏通用工具等等。包含游戏服,跨服,匹配服,后台管理系统等实现,同时提供大量业务案例以供学习。亦可用于其他socket…☆982Updated last week
- Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring …☆1,177Updated 2 months ago
- 这是一个轻量级的、一站式的java游戏服务器框架,也可用于开发简单的web服务。基于netty实现了高性能通讯,支持tcp、http、websocket等协议,支持protobuf、json两种数据格式,支持以配置的形式轻松开启多端口网络服务。支持RPC远程调用,支持以优雅…☆558Updated 6 months ago
- springboot编写的高性能分布式mmorpg手游服务端框架,包含中心服,网关服,游戏服,战斗服等。☆510Updated 4 months ago
- 基于Netty的强大的游戏服务器框架☆218Updated 8 years ago
- Netty demos. (Netty 案例大全)☆1,873Updated 2 years ago
- 基于netty的异步非阻塞实时聊天(IM)服务器。☆1,533Updated 5 years ago
- Almost-Famous(成名之路) ——卡牌游戏开源项目,架构使用SpringBoot+Netty+Maven+SpringCloud来搭建多进程分布式框架,包括Cloud、Unique、Login、Game、Match、Battle 等服务。☆208Updated last year
- 基于java的netty实现的可靠udp网络库(kcp算法),包含fec实现,可用于游戏,视频,加速等业务☆491Updated 10 months 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
- 无锁异步化、事件驱动架构设计的 java netty 网络编程框架; 轻量级,无需依赖任何第三方中间件或数据库就能支持集群、分布式; 适用于网络游戏服务器、物联网、内部系统及各种需要长连接的场景; 通过 ioGame 你可以很容易的搭建出一个集群无中心节点、集群自动…☆1,005Updated this week
- netty4游戏服务端,依赖游戏核心包☆180Updated 2 years ago
- Distributed Java game server, including login, gateway, game demo☆298Updated 5 months ago
- Chinese translation of Netty 4.x User Guide. 中文翻译《Netty 4.x 用户指南》☆2,330Updated 2 years ago
- 这是一款分布式的java游戏服务器框架☆122Updated 2 years ago
- 在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,…☆157Updated last year
- 仿QQ即时通讯系统服务端☆548Updated last week
- Jetserver is a high speed nio socket based multiplayer java game server written using Netty and Mike Rettig's Jetlang.It is specifically …☆1,282Updated 2 years ago
- A useful utility library for java programmer using google protobuf☆903Updated 5 months ago
- A simple RPC framework based on Netty, ZooKeeper and Spring☆2,413Updated 5 months ago
- SOFABolt is a lightweight, easy to use and high performance remoting framework based on Netty.☆2,461Updated last month
- 使用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,788Updated 2 years ago
- 李林峰老师编写的netty权威指南(第二版)对应的源码☆981Updated 4 years ago
- 基于Netty实现的WebSocket聊天室,支持几万人同时在线聊天☆612Updated 7 years ago
- High performance game server framework by netty and disruptor☆163Updated 6 years ago
- 基于Netty的Http应用服务器☆312Updated 10 months ago
- Java implementation of KCP based on Netty. 基于netty实现的java版kcp。☆333Updated last year
- IM server based on netty. Provides a client jar. Integrate with your own login system.基于netty实现的IM服务端,提供客户端jar包,可集成自己的登录系统☆696Updated 3 years ago
- 一款IM服务器端程序,基于Netty4.x开发,并且提供了客户端API。☆227Updated 7 years ago