服务端游戏核心包(线程模型,配置读取,日志基层,数据存储,协议传输)
☆84Sep 19, 2024Updated last year
Alternatives and similar repositories for JGameEngineCore
Users that are interested in JGameEngineCore are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- netty4游戏服务端,依赖游戏核心包☆186Oct 5, 2022Updated 3 years ago
- 使用protobuf3构建的消息协议配置文件(服务端和客户端通讯的协议)支持c++,c#,java,python,js,ts☆10Nov 17, 2024Updated last year
- 小莫的个人网站-http://xiaomo.info (angular2+webpack+typescript)☆12Nov 11, 2017Updated 8 years ago
- angular2-tour-of-heroes,based on offical website.(version:rc4,webpack compile)☆10Jul 21, 2016Updated 9 years ago
- 这是一款分布式的java游戏服务器框架☆124Jun 21, 2022Updated 3 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- ue protobuf plugin☆34Mar 5, 2021Updated 5 years ago
- angular汇总,学习资料、框架、插件、周边等各种好用的资源。☆25Dec 5, 2017Updated 8 years ago
- ue4客户端☆120Mar 4, 2021Updated 5 years ago
- Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring …☆1,226Dec 19, 2025Updated 5 months ago
- 基于Netty 与 Akka 实现的分布式游戏服务器后端☆14Nov 16, 2022Updated 3 years ago
- 基于Netty的强大的游戏服务器框架☆224Jul 1, 2016Updated 9 years ago
- 分布式服务器框架,主要适用于全球服游戏☆21Mar 30, 2018Updated 8 years ago
- 使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用…☆1,669Apr 14, 2026Updated last month
- springboot编写的高性能分布式mmorpg手游服务端框架,包含中心服,网关服,游戏服,战斗服等。☆545Nov 17, 2025Updated 6 months ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 使用Netty+Flex实现实时消息通信☆11Aug 19, 2013Updated 12 years ago
- 基于netty3.5的游戏服务器框架,方便分布式扩展☆42Nov 29, 2016Updated 9 years ago
- Distributed Java game server, including login, gateway, game demo☆327Oct 13, 2024Updated last year
- jforgame是一个一站式游戏服务器开发框架。包含游戏服务器开发所需要的各种组件,比如socket服务端与客户端,高性能线程模型,自定义二进制消息编解码,自定义orm工具,游戏热更新,配置表自动化仓库,游戏通用工具等等。包含游戏服,跨服,匹配服,后台管理系统等实现,同时提…☆1,081Jun 1, 2026Updated last week
- NettyGameServer的开始 https://github.com/jwpttcg66/NettyGameServer☆12May 15, 2017Updated 9 years ago
- 魅狐引擎-游戏服务器开发引擎☆20May 4, 2016Updated 10 years ago
- 一个基于Java的开源游戏服务器框架实现,使用了Netty、ProtoBuf、Disruptor等☆27Mar 31, 2016Updated 10 years ago
- 网络游戏服务器通信框架☆13Apr 29, 2020Updated 6 years ago
- Lightless is a puzzle - adventure game created in Unity using ECS for RIT GDD Capstone'19☆13Jun 17, 2019Updated 6 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 快速开发通信服务器组件,帮助用户快速开发出(游戏,硬件,聊天)服务器☆16Jul 5, 2018Updated 7 years ago
- 清理 Unity 生成的 Library 文件夹(计划使用符号链接转存 Local 等Unity相关文件夹)删除API被注释掉了,想用自己改下☆11Jun 4, 2024Updated 2 years ago
- 基于阿里云日志服务,aliyun-log-java-producer 封装的 spring-boot starter 组件支持☆13Jan 18, 2024Updated 2 years ago
- 基于 recast4j 封装的 Java 版本 3D 游戏寻路组件,面向服务端 NavMesh 查询场景,保留简单的 find、raycast、findNearest 快捷入口,并通过官方 org.recast4j:detour 依赖提供底层 NavMesh 查询能力。☆63May 22, 2026Updated 2 weeks ago
- 基于skynet 的通用服务器框架☆13Jan 9, 2021Updated 5 years ago
- My remake of Shadowmatic, a shadow-casting rotational puzzle game, in Unity C#. (42 Silicon Valley)☆11Jan 24, 2020Updated 6 years ago
- 一个UDP的即时语音聊天☆14Jul 31, 2015Updated 10 years ago
- A Typical Game Server Using Netty and Redis☆22Jul 16, 2014Updated 11 years ago
- 使用netty4作为聊天服务端进行消息的转发☆12Apr 3, 2015Updated 11 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 基于Netty、JSON-RPC的分布式弱联网游戏服务端☆35May 3, 2017Updated 9 years ago
- redis orm for java☆20Dec 19, 2016Updated 9 years ago
- 在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,…☆160Apr 17, 2023Updated 3 years ago
- Guava EventBus for Spring Boot. 事件总线组件☆13Mar 31, 2021Updated 5 years ago
- 能快速开发出游戏的游戏引擎,本来是如鹏网的GameCore游戏引擎,我对它封装,便于自己用☆11Feb 14, 2016Updated 10 years ago
- 基于Netty开发的游戏服务器框架☆16Jun 14, 2023Updated 2 years ago
- captcha spring boot starter☆14Oct 10, 2020Updated 5 years ago