Use netty with springboot to program game server
☆44Jan 7, 2025Updated last year
Alternatives and similar repositories for netty-game-server
Users that are interested in netty-game-server are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A game server for mmorpg game based on Netty, SpringBoot, MyBatis。Power by 钱伟健。☆18Oct 4, 2022Updated 3 years ago
- springboot编写的高性能分布式mmorpg手游服务端框架,包含中心服,网关服,游戏服,战斗服等。☆547Nov 17, 2025Updated 6 months ago
- 一个基于Java的开源游戏服务器框架实现,使用了Netty、ProtoBuf、Disruptor等☆27Mar 31, 2016Updated 10 years ago
- Jetserver is a high speed nio socket based multiplayer java game server written using Netty and Mike Rettig's Jetlang.It is specifically …☆1,299Nov 3, 2025Updated 7 months ago
- SpringBoot 整合常用框架,druid、mybatis、jpa、dubbo、redis、web等及使用示例,常用工具类等☆14Oct 11, 2023Updated 2 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring …☆1,226Dec 19, 2025Updated 5 months ago
- Distributed Java game server, including login, gateway, game demo☆327Oct 13, 2024Updated last year
- A Java Entity-Component-System game engine.☆11Dec 24, 2019Updated 6 years ago
- 基于elementUI和springboot搭建的游戏后台管理系统。包含权限管理,玩家查询,服务器管理等等。可供jforgame或mmorpg项目使用。☆148Jan 31, 2026Updated 4 months ago
- 一款适配Spring Boot,网络层基于Netty的分布式NIO的java服务框架(游戏服务器框架)。底层采用类似dubbo的面向接口的RPC协议,支持tcp、kcp和websocket,可快速开发出一个易维护、易扩展且稳定高的分布式服务,让开发者专注于业务功能的开发。☆56Feb 19, 2022Updated 4 years ago
- 记录学习SpringBoot的实例,以供学习、参考。目前已完成Web开发、模板引擎、统一异常处理、访问数据库、定时任务、邮件服务(注册项目)、缓存Redis☆32Jul 4, 2018Updated 7 years ago
- 下拉图片展示剩余的部分☆11Mar 12, 2015Updated 11 years ago
- 这是一个轻量级 的、一站式的java游戏服务器框架,也可用于开发简单的web服务。基于netty实现了高性能通讯,支持tcp、http、websocket等协议,支持protobuf、json两种数据格式,支持以配置的形式轻松开启多端口网络服务。支持RPC远程调用,支持以优雅…☆566Apr 17, 2025Updated last year
- 帧同步Demo☆11Sep 18, 2022Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 随便记录,基于springboot的java游戏服务器基础模板☆11Nov 20, 2024Updated last year
- 同步备份,顺带搞一个Build徽章,传送门 https://gitee.com/xiaoe/noark3☆21Jul 12, 2025Updated 10 months ago
- jforgame是一个一站式游戏服务器开发框架。包含游戏服务器开发所需要的各种组件,比如socket服务端与客户端,高性能线程模型,自定义二进制消息编解码,自定义orm工具,游戏热更新,配置表自动化仓库,游戏通用工具等等。包含游戏服,跨服,匹配服,后台管理系统等实现,同时提…☆1,081Jun 1, 2026Updated last week
- marshal struct input text, or parse text to struct in golang☆20Aug 20, 2019Updated 6 years ago
- skynet_hotfix skynet热更新☆16Sep 23, 2024Updated last year
- springboot工程整合mybatis拦截器的按月分表功能☆12Oct 8, 2019Updated 6 years ago
- 使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用…☆1,669Apr 14, 2026Updated last month
- Stylus pen input for Java☆26Feb 15, 2024Updated 2 years ago
- 毕业设计-智慧课堂辅助App☆14Jun 8, 2020Updated 6 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Backend game server project built with Netty.☆10Feb 17, 2026Updated 3 months ago
- a minimal RSocket broker demo.☆11Sep 8, 2022Updated 3 years ago
- 自定义的 Skynet 日志文件服务,实现按日期建文件夹,单个服务可享有独立日志文件☆22Sep 30, 2019Updated 6 years ago
- Java 代码解析 class 文件☆11Mar 1, 2018Updated 8 years ago
- a game server with akka☆13Aug 9, 2014Updated 11 years ago
- A powerful wraper of SharedPreferences.☆13Jan 26, 2016Updated 10 years ago
- Guava EventBus for Spring Boot. 事件总线组件☆13Mar 31, 2021Updated 5 years ago
- 基于springboot+mybatis+druid+swagger+netty+websocket的即时通讯工程☆14Jun 17, 2022Updated 3 years ago
- Using Metrics with a Netty Server☆16Jun 14, 2018Updated 7 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- go 协程池 的三种实现方式,可以作为参考原型 // Three implementation methods of go coroutine pool, which can be used as reference prototypes☆12Apr 18, 2018Updated 8 years ago
- 使用 netty 实现 websocket 百万长连接, 包含服务端/客户端压测代码☆18Apr 13, 2021Updated 5 years ago
- 基于 netty spring boot 棋牌游戏服务器☆16Jul 16, 2021Updated 4 years ago
- 基于Netty 与 Akka 实现的分布式游戏服务器后端☆14Nov 16, 2022Updated 3 years ago
- programmable DHCP client/server/relay☆24Sep 14, 2025Updated 8 months ago
- ☆48Oct 13, 2018Updated 7 years ago
- 局域网通讯的软件,支持文字、语音聊天、文件、文件夹传送功能。☆13Aug 22, 2019Updated 6 years ago