Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools
☆1,224Dec 19, 2025Updated 6 months ago
Alternatives and similar repositories for game-server
Users that are interested in 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:
- Distributed Java game server, including login, gateway, game demo☆328Oct 13, 2024Updated last year
- 使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用…☆1,670Apr 14, 2026Updated 2 months ago
- jforgame是 一个一站式游戏服务器开发框架。包含游戏服务器开发所需要的各种组件,比如socket服务端与客户端,高性能线程模型,自定义二进制消息编解码,自定义orm工具,游戏热更新,配置表自动化仓库,游戏通用工具等等。包含游戏服,跨服,匹配服,后台管理系统等实现,同时提…☆1,079Jun 21, 2026Updated last week
- springboot编写的高性能分布式mmorpg手游服务端框架,包含中心服,网关服,游戏服,战斗服等。☆547Jun 22, 2026Updated last week
- 这是一个轻量级的、一站式的java游戏服务器框架,也可用于开发简单的web服务。基于netty实现了高性能通讯,支持tcp、http、websocket等协议,支持protobuf、json两种数据格式,支持以配置的形式轻松开启多端口网络服务。支持RPC远程调用,支持以优雅…☆567Apr 17, 2025Updated last year
- 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.
- 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
- 基于Netty的强大的游戏服务器框架☆224Jul 1, 2016Updated 9 years ago
- netty4游戏服务端,依赖游戏核心包☆186Oct 5, 2022Updated 3 years ago
- 这是一款分布式的java游戏服务器框架☆125Jun 21, 2022Updated 4 years ago
- Carmelo is a fast, scalable Java server framework designed for online games. It uses Netty and Fastjson for highly efficient network tran…☆171Dec 16, 2022Updated 3 years ago
- 中文游戏服务器资源大全☆1,940Apr 28, 2026Updated 2 months ago
- Game AI for java.NavMesh、A*、BehaviorTree、FSM☆73Nov 10, 2024Updated last year
- 游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴,…☆1,574Apr 28, 2025Updated last year
- 服务端游戏核心包(线程模型,配置读取,日志基层,数据存储,协议传输)☆84Sep 19, 2024Updated last year
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real ti…☆4,139Feb 25, 2023Updated 3 years ago
- Scalable Distributed Game Server Engine with Hot Swapping in Golang☆2,719Nov 14, 2025Updated 7 months ago
- 一个完整的游戏服务器项目,给想入行游戏服务器界的新童鞋们进行学习参考,项目完整,可以运行,大家一起学习,是新手入门的好例子☆80Nov 28, 2018Updated 7 years ago
- 应某人要求 共享棋牌游戏掼蛋的服务器代码。☆124Apr 9, 2017Updated 9 years ago
- 一个基于Java的开源游戏服务器框架实现,使用了Netty、ProtoBuf、Disruptor等☆27Mar 31, 2016Updated 10 years ago
- 可用作全球同服或滚服的分布式Java游戏服务器框架,附带若干实用工具和游戏客户端☆151Aug 4, 2023Updated 2 years ago
- 对外的技术分享合集,主要是游戏服务器架构、实战,优化等,以及游戏客户端初学分享☆215Jun 16, 2023Updated 3 years ago
- A MMOG engine of server.☆5,690Dec 13, 2022Updated 3 years ago
- A game server framework in Go (golang)☆5,515May 23, 2024Updated 2 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- A lock-free, asynchronous, event-driven Java Netty framework for building high-performance network applications. Lightweight and dependen…☆1,254Mar 20, 2026Updated 3 months ago
- anmia 是基于java游戏服务器框架,它是高可伸缩、分布式多进程的游戏服务器框架。☆32Nov 24, 2023Updated 2 years ago
- 在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,…☆160Apr 17, 2023Updated 3 years ago
- a java lib, for invoking navmesh using jni.☆35Jan 9, 2017Updated 9 years ago
- High performance game server framework by netty and disruptor☆166Jul 3, 2018Updated 7 years ago
- 一个优秀的java服务器框架 可应用于游戏服务器/应用服务器开发☆58Apr 18, 2023Updated 3 years ago
- Almost-Famous(成名之路) ——卡牌游戏开源项目,架构使用SpringBoot+Netty+Maven+SpringCloud来搭建多进程分布式框架,包括Cloud、Unique、Login、Game、Match、Battle 等服务。☆209Oct 24, 2023Updated 2 years ago
- 💡Extremely fast enterprise server framework, can be used in RPC, game server, web server.☆2,003May 29, 2026Updated 3 weeks ago
- 棋牌的胡牌算法,包括麻将、跑胡子、扑克。实现 lua 、c++ 、c# 、golang 、js 、java 、python 版本。( Mahjong algorithm )☆2,090Jun 14, 2024Updated 2 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- A lightweight game server framework implemented with Actor Model☆967May 30, 2026Updated 3 weeks ago
- High performance, simple, extensible golang open source network library☆4,061Mar 14, 2024Updated 2 years ago
- mqant是一款基于Golang语言的简洁,高效,高性能的分布式微服务框架☆2,523Sep 9, 2024Updated last year
- go分布式服务器,基于内存mmo☆1,609Oct 24, 2025Updated 8 months ago
- Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK.☆2,795Jun 18, 2026Updated last week
- 魅狐引擎-游戏服务器开发引擎☆20May 4, 2016Updated 10 years ago
- A lightweight online game framework☆14,080Jun 6, 2026Updated 3 weeks ago