Projects in Awesome Lists tagged with game-server
A curated list of projects in awesome lists tagged with game-server .
https://github.com/heroiclabs/nakama
Distributed server for social and realtime games and apps.
backend backend-as-a-service chat-server game-backend game-framework game-server multiplayer nakama realtime realtime-games social unity-engine unreal-engine
Last synced: 09 Sep 2025
https://github.com/aceld/zinx
A lightweight concurrent server framework based on Golang.
game-server go golang tcp-server zinx
Last synced: 15 May 2025
https://github.com/azerothcore/azerothcore-wotlk
Complete Open Source and Modular solution for MMO
azerothcore emulator game game-server gaming hacktoberfest mangos mmorpg mmorpg-game mmorpg-server modular scriptdev2 server sunwellcore trinitycore world-of-warcraft wow
Last synced: 08 May 2025
https://github.com/colyseus/colyseus
⚔ Multiplayer Framework for Node.js
colyseus game-server multiplayer multiplayer-game-engine multiplayer-game-server networking nodejs realtime-games turn-based websockets
Last synced: 11 Apr 2026
https://github.com/googleforgames/agones
Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes
agones dedicated-game-servers dedicated-gameservers game-development game-server go golang kubernetes multiplayer
Last synced: 13 May 2025
https://github.com/gonglei007/gamedevmind
最全面的游戏开发技术图谱。帮助游戏开发者们在已知问题上节省时间,省出更多的精力投入到更有创造性的工作中去。
3d cpp devops framework game game-development game-framework game-server gamedev management mmorpg pipeline programming roadmap scrum shader unity unity3d unreal-engine unrealengine
Last synced: 13 May 2025
https://github.com/kbengine/kbengine
A MMOG engine of server.
game-server gameserver kbengine mmog-engine mmorpg server unity3d unrealengine
Last synced: 14 May 2025
https://github.com/gonglei007/GameDevMind
最全面的游戏开发技术图谱。帮助游戏开发者们在已知问题上节省时间,省出更多的精力投入到更有创造性的工作中去。
3d cpp devops framework game game-development game-framework game-server gamedev management mmorpg pipeline programming roadmap scrum shader unity unity3d unreal-engine unrealengine
Last synced: 18 Apr 2025
https://github.com/name5566/leaf
A game server framework in Go (golang)
game-framework game-server go golang leaf
Last synced: 14 Mar 2025
https://github.com/pumpkin-mc/pumpkin
Empowering everyone to host fast and efficient Minecraft servers.
docker game-server gamedev minecraft minecraft-protocol minecraft-server networking rust server
Last synced: 13 May 2025
https://github.com/gameservermanagers/linuxgsm
The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
bash dedicated-game-servers game game-server game-servers gameserver gaming linux linuxgsm multiplayer-game-server server shell
Last synced: 16 Dec 2025
https://github.com/GameServerManagers/LinuxGSM
The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
bash dedicated-game-servers game game-server game-servers gameserver gaming linux linuxgsm multiplayer-game-server server shell
Last synced: 28 Mar 2025
https://github.com/ketoo/noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
architecture game game-development game-engine game-server gamedev gameserver mmo mmorpg server-architecture unity unity3d
Last synced: 14 May 2025
https://github.com/ketoo/NoahGameFrame
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
architecture game game-development game-engine game-server gamedev gameserver mmo mmorpg server-architecture unity unity3d
Last synced: 15 Mar 2025
https://github.com/rathena/rathena
rAthena is an open-source cross-platform MMORPG server.
c-plus-plus education game-development game-server hacktoberfest learning mmorpg mmorpg-server mysql ragnarok rathena yaml
Last synced: 13 May 2025
https://github.com/topfreegames/pitaya
Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK.
android game game-framework game-server golang-application ios
Last synced: 17 Jan 2026
https://github.com/xiaonanln/goworld
Scalable Distributed Game Server Engine with Hot Swapping in Golang
entities entity-framework game-server golang packets rpc
Last synced: 13 Apr 2025
https://github.com/liangdas/mqant
mqant是一款基于Golang语言的简洁,高效,高性能的分布式微服务框架
game-server golang micro-service mqant mqtt python-golang-mqant
Last synced: 14 May 2025
https://github.com/ferrumc-rs/ferrumc
A reimplementation of the minecraft server in rust.
async-rust concurrency cross-platform game-development game-engine game-server minecraft minecraft-protocol minecraft-server modding multiplayer networking open-source packet-handler performance protocol-implementation rust server-framework tokio
Last synced: 16 Feb 2026
https://github.com/node-pinus/pinus
A fast,scalable,distributed game server framework for Node.js, Powered by TypeScript. 一个TypeScript写的node.js分布式游戏/应用服务器框架(原型基于pomelo)。
Last synced: 13 May 2025
https://github.com/zfoo-project/zfoo
💡Extremely fast enterprise server framework, can be used in RPC, game server, web server.
byte-buddy cocos cpp game-framework game-server godot godot-engine hotswap javassist mongodb netty network orm rpc serialization spring unity unreal-engine websocket
Last synced: 14 May 2025
https://github.com/otland/forgottenserver
A free and open-source MMORPG server emulator written in C++
game game-server mmorpg server
Last synced: 14 May 2025
https://github.com/jwpttcg66/nettygameserver
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
async-db game game-aysnc-event game-db game-dictionary game-engine game-proxy game-server gameserver html5-server http-server httpserver netty netty-game-server netty-server nettygame nettygameserver redis rpcserver web-socket-server
Last synced: 07 Oct 2025
https://github.com/lance-gg/lance
Multiplayer game server based on Node.JS
game-development game-server gamedev multiplayer multiplayer-game-server networking nodejs websockets
Last synced: 13 Apr 2025
https://github.com/ylmbtm/gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
game game-development game-engine game-framework game-programming game-server gamedev games gameserver libuv mmorpg multiplayer rpg server unity
Last synced: 14 May 2025
https://github.com/pufferpanel/pufferpanel
PufferPanel is an open source game server management panel, designed for both small networks and personal use
daemon discord game-server game-servers golang html minecraft packagecloud panel pufferpanel srcds
Last synced: 19 Jan 2026
https://github.com/melledy/lunarcore
A game server reimplementation for a certain turn-based anime game
Last synced: 14 May 2025
https://github.com/Melledy/LunarCore
A game server reimplementation for a certain turn-based anime game
Last synced: 26 Apr 2025
https://github.com/LeagueSandbox/GameServer
League Sandbox's Game Server
game-server hacktoberfest league-of-legends league-sandbox moba private-server sandbox
Last synced: 25 Apr 2025
https://github.com/kingston-csj/jforgame
jforgame是一个一站式游戏服务器开发框架。包含游戏服务器开发所需要的各种组件,比如网关,socket服务端与客户端,自定义高效消息编解码,游戏热更新,游戏通用工具等等。包含游戏服,跨服,匹配服,后台管理系统等实现,同时提供大量业务案例以供学习。亦可用于其他socket应用,例如及时聊天等。
cocos game game-framework game-server hotswap java mina netty network socket-io socket-io-client socket-io-server socketio unity websocket
Last synced: 14 May 2025
https://github.com/lonng/nanoserver
DEMO: Mahjong server base on nano(https://github.com/lonng/nano)
game game-framework game-server golang mahjong-game mahjong-server
Last synced: 15 May 2025
https://github.com/golangltd/lollipopgo
稳定分支2.9.X 版本已更新,由【Golang语言游戏服务器】维护,全球服游戏服务器及区域服框架,目前协议支持websocket、http及RPC,采用状态同步、帧同步,愿景:打造MMO多人竞技游戏框架! 功能持续更新中... ...
game-development game-engine game-server golang websocket-http-rpc
Last synced: 16 May 2025
https://github.com/sniper00/moon
A lightweight game server framework implemented with Actor Model
actor-model coroutine cpp cpp17 cross-platform game game-server lua multithreading network unity
Last synced: 14 Apr 2025
https://github.com/Tiiffi/mcrcon
Rcon client for Minecraft
administration game-server linux maintenance-script maintenance-scripts maintenance-terminal maintenance-tool mcrcon minecraft mojang rcon rcon-client remote-access remote-admin remote-admin-tool remote-administration-tool remote-administrator-tool remote-control source-rcon valve-rcon
Last synced: 09 Mar 2025
https://github.com/openkruise/kruise-game
Game Servers Management on Kubernetes
game-server go kruise-game kubernetes multiplayer okg openkruise openkruisegame
Last synced: 14 May 2025
https://github.com/hyperion-mc/hyperion
Minecraft game engine for massive custom events
ecs flecs game-server high-performance minecraft multiplayer rust
Last synced: 10 Apr 2025
https://github.com/youngmonkeys/ezyfox-server
A socket server (include SSL) supports realtime application, realtime game, MMORPG, messaging, chat and streaming data with TCP, UDP and Websocket
chat-server game-server live-streaming mmorpg-server multiplayer-game-server networking realtime socket-io socket-server tcp tcp-server udp udp-server unity-server websocket websocket-server
Last synced: 29 Jan 2026
https://github.com/powernukkitx/powernukkitx
Open-source, feature-rich Minecraft: Bedrock Edition server written in Java. Supports custom items, blocks, entities, full vanilla commands, advanced mob AI, and world generation. Not affiliated with Mojang AB.
bedrock game-server high-performance java jvm mc-server mcbe mcpe minecraft minecraft-bedrock minecraft-bedrock-server minecraft-plugin minecraft-server minecraft-server-software nukkit pnx powernukkitx vanilla
Last synced: 29 May 2026
https://github.com/crazy-max/csgo-server-launcher
Counter-Strike Global Offensive Dedicated Server Launcher
counter-strike csgo docker game-server linux steamcmd workshop
Last synced: 04 Apr 2025
https://github.com/arianne/stendhal
Stendhal is a fun friendly and free multiplayer online adventure game with an old school feel.
game game-server java mmorpg rpg
Last synced: 01 Apr 2025
https://github.com/kingston-csj/mmorpg
springboot编写的高性能分布式mmorpg手游服务端框架,包含中心服,网关服,游戏服,战斗服等。
cocos game game-server gradle java mina mmorpg netty rpc server spring springboot unity websocket
Last synced: 15 May 2025
https://github.com/mailgyc/doudizhu
html5 斗地主游戏
aiomysql asyncio game-server mysql phaser sqlalchemy tornado
Last synced: 15 May 2025
https://github.com/OpenArkStudio/ARK
ARK is a lightweight, agile, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
agility architecture ark ark-game cmake cmakelists cross-platform framework game game-development game-server gameserver linux multiplayer-game-engine server-architecture unity3d-client unreal
Last synced: 26 Apr 2025
https://github.com/Cyinx/einx
a framework in golang for game server or app server
game game-framework game-server golang lua server
Last synced: 03 May 2025
https://github.com/austinb/gameq
A PHP Gameserver Status Query Library
composer game-server gameq gaming php
Last synced: 14 May 2025
https://github.com/Austinb/GameQ
A PHP Gameserver Status Query Library
composer game-server gameq gaming php
Last synced: 09 Jul 2025
https://github.com/softbearstudios/mk48
Mk48.io ship combat game
boat browser-game combat game game-server multiplayer rust rust-lang ship web-game webassembly webgl webgl-game yew yew-framework
Last synced: 08 Apr 2025
https://github.com/SoftbearStudios/mk48
Mk48.io ship combat game
boat browser-game combat game game-server multiplayer rust rust-lang ship web-game webassembly webgl webgl-game yew yew-framework
Last synced: 19 Apr 2025
https://github.com/GameServerManagers/docker-gameserver
Dockerised Game Servers using LinuxGSM
dedicated-game-server docker game-server mulitplayer-game-server
Last synced: 23 Mar 2026
https://github.com/Hucaru/Valhalla
A Golang MapleStory (v28) server
docker game-server go golang maplestory mmorpg mmorpg-server
Last synced: 27 Jan 2026
https://github.com/mathielo/dst-dedicated-server
Don't Starve Together dedicated server guide for all platforms (Linux, Mac, Windows) with Docker. Extensive documentation covering mods installation, server config and performance, world generation and setting up admins.
admin caves cluster dedicated-server docker docker-container dont-starve dont-starve-together dst game game-server linux mac master mod mods windows
Last synced: 06 Apr 2025
https://github.com/jzyong/gameserver4j
Distributed Java game server, including login, gateway, game demo
game game-server grpc kafka mmo mmorpg-game mmorpg-server netty rpg server spring-boot zookeeper
Last synced: 16 May 2025
https://github.com/jwcpp/jwEngine
A cross-platform C++<->lua server quick solution
cpp17 game-server gameserver http kcp libuv lua lua-protobuf mysql redis serialization server server-engine sol2 tcp websocket
Last synced: 26 Feb 2026
https://github.com/the-tale/the-tale
Text-based Zero Player MMORPG [Russian language]
browser-game game game-server python russian zero-player-game zpg
Last synced: 08 Mar 2026
https://github.com/singchia/frontier
Bidirectional service-to-edge cloud-native gateway for long-lived connection.
bidirectional-rpc cloud-native edge edge-proxy frontier game-server gateway high-availability im k8s messaging multiplexer operator reverse-proxy rpc scale stream streaming tcp tcp-gateway
Last synced: 24 Apr 2026
https://github.com/gameservermanagers/game-server-configs
A repo of game server configuration files used by LinuxGSM
config game-server game-servers gameserver hacktoberfest
Last synced: 15 May 2025
https://github.com/tickbh/tunm
game server for Rust + Lua
cross-platform game game-engine game-server rust rust-lua server
Last synced: 04 Apr 2025
https://github.com/GameServerManagers/Game-Server-Configs
A repo of game server configuration files used by LinuxGSM
config game-server game-servers gameserver hacktoberfest
Last synced: 08 May 2025
https://github.com/runejs/server
RuneJS is a RuneScape game server written in TypeScript and JavaScript. The goal of the project is to create a comprehensive game engine, while also providing simple and easy to use content development systems and APIs.
babel emulator game-cache game-server javascript javascript-game-engine nodejs nodejs-game runejs runejs-applications runescape runescape-2006 runescape-377 runescape-435 runescape-api runescape-emulator runescape-server-emulator server-runejs typescript typescript-game-engine
Last synced: 26 Jan 2026
https://github.com/gameservermanagers/docker-gameserver
Dockerised Game Servers using LinuxGSM
dedicated-game-server docker game-server mulitplayer-game-server
Last synced: 12 Apr 2025
https://github.com/CM2Walki/CSGO
Dockerfile for automated build of a CS:GO gameserver: https://hub.docker.com/r/cm2network/csgo/
counter-strike csgo csgo-server dedicated-server dockerfile game game-server metamod sourcemod
Last synced: 03 Apr 2025
https://github.com/CM2Walki/csgo
Dockerfile for automated build of a CS:GO gameserver: https://hub.docker.com/r/cm2network/csgo/
counter-strike csgo csgo-server dedicated-server dockerfile game game-server metamod sourcemod
Last synced: 09 Mar 2025
https://github.com/fuzziqersoftware/newserv
Phantasy Star Online game server, proxy, and reverse-engineering tools
game-server phantasy-star-online phantasy-star-online-blue-burst phantasystaronline proxy-server psobb psodc psoep3 psogc psopc psox reverse-engineering
Last synced: 19 Jan 2026
https://github.com/easy-wi/developer
Gameserver, Voiceserver Webinterface
apache game-server mysql php voice-server webinterface
Last synced: 28 Mar 2025
https://github.com/heroiclabs/nakama-js
JavaScript client for Nakama server written in TypeScript.
game-server javascript-client nakama nakama-js nakama-server react-native realtime realtime-chat
Last synced: 08 Apr 2025
https://github.com/oguzeroglu/rhubarb
A WebSocket library optimized for multiplayer JS games, works on WebWorkers with binary data.
game-development game-server html5 javascript multiplayer webgl websocket websocket-library webworker
Last synced: 17 Mar 2025
https://github.com/piqueserver/piqueserver
An Ace of Spades 0.75 server based on PySnip.
ace-of-spades enet game game-server pysnip pyspades python python-3 server udp
Last synced: 04 Apr 2025
https://github.com/steamcmd/docker
Docker image containing SteamCMD
container docker game-server image steam steamcmd
Last synced: 09 Mar 2026
https://github.com/escapingnetwork/core-keeper-dedicated
Dockerfile for automated build of a Core Keeper Dedicated Server
dedicated-server docker game game-server server steam steamcmd
Last synced: 18 Feb 2026
https://github.com/avivace/ror2-server
Host your own Risk of Rain 2 dedicated server. No technical skills required. Runs everywhere.
docker docker-image game-server risk-of-rain risk-of-rain-2 steamcmd wine xvfb
Last synced: 04 Apr 2025
https://github.com/sniper00/moondemo
moon game server的一个使用示例,搭建简单的房间类游戏服务器框架
cpp game game-server lua network unity
Last synced: 04 Apr 2025
https://github.com/jiangguilong2000/gamioo
Game server framework, based on this framework, you can quickly implement a highly available, easy to maintain, stable and high-performance game server.
Last synced: 14 Jan 2026
https://github.com/c0nw0nk/steamcmd-autoupdate-any-gameserver
Windows SteamCMD to autoupdate and install any game server steam cmd settings configurable lots of useful features. This batch script will keep your game servers automaticly updated updating intervals announce the server is shutting down for updates etc all configurable.
autoupdate csgo curl game game-server interval powershell server steam steam-api steamcmd valve vbscript windows windows-powershell windows-server
Last synced: 14 Aug 2025
https://github.com/devryan/GamePanelX-V3
The Original Free and Open Source Game Control Panel
game-control-panel game-server game-server-hosting game-server-provider game-servers gamepanelx php vim voip
Last synced: 08 Jul 2025
https://github.com/acreloaded/acr
AssaultCube Reloaded (first-person-shooter game)
3d c c-plus-plus client cpp first-person-shooter game game-server linux linux-game multi-platform multiplayer multiplayer-game opengl reloaded sdl server service unix video-game
Last synced: 14 Mar 2026
https://github.com/congcoi123/tenio
TenIO is an open-source project for making online games that includes a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games and simple existing game clients for rapid development: Libgdx (Java), Cocos2d-x (C++), Unity (C#), Phaserjs (Javascript).
architecture cocos2d-x framework game-server gameserver java java-17 java-nio jetty kcp kcp-java libgdx microservices mmo mmorpg multiplayer netty phaserjs unity
Last synced: 05 Apr 2025
https://github.com/m969/aogame
A game framework base on ETCore.
aop aop-aspects aop-framework bundle egameplay et framework game game-client game-development game-engine game-server gameframework gameplay gameplay-ability-system luban mmorpg puerts skill unity3d
Last synced: 06 Apr 2025
https://github.com/SoftbearStudios/kiomet
Kiomet.com real-time strategy game
browser-game combat game game-server multiplayer real-time-strategy rust rust-lang tower web-game webassembly webgl webgl-game yew yew-framework
Last synced: 13 May 2025
https://github.com/softbearstudios/kiomet
Kiomet.com real-time strategy game
browser-game combat game game-server multiplayer real-time-strategy rust rust-lang tower web-game webassembly webgl webgl-game yew yew-framework
Last synced: 06 Apr 2025
https://github.com/mdziekon/UniEngine
OGame-like Game Engine
game-engine game-server hacktoberfest ogame
Last synced: 10 Apr 2025
https://github.com/Addyvan/valheim-k8s
valheim game-server on kubernetes
dedicated-server game-server helm kubernetes valheim
Last synced: 16 May 2025
https://github.com/dualface/go-gbc
A game server framework written by Golang and Lua. make our life easier.
game game-deveopment game-server gameserver go golang lua
Last synced: 11 Apr 2025
https://github.com/buguang01/bige
游戏服务器框架。
framework game game-server gameframework golang httpmodule-http memorymodule mysql nsq redis redis-module
Last synced: 29 Mar 2025
https://github.com/RMDC-Crafty/crafty
[Moved to Gitlab] Crafty is an open source Minecraft control panel built using Tornado and AdminLTE, featuring server scheduling, a interactive console and the ability to run almost any type of Minecraft server
adminlte game-server minecraft panel python tornado
Last synced: 16 May 2025
https://github.com/bgauduch/call-of-duty-2-docker-server
Minimal & lightweight Call of duty 2 server docker image - include libcod library
call-of-duty-2 cod2 dedicated-server docker docker-image dockerfile game game-server hacktoberfest server
Last synced: 04 Sep 2025
https://github.com/tgstation/tgstation-server
A production scale tool for DreamMaker server management
api byond client-lib database discord-bot dotnet dreammaker game-server graphql-api http nuget openapi rest-api ss13 tgs tgstation tgstation-server uptime-monitor
Last synced: 05 Feb 2026
https://github.com/2003scape/rsc-server
🌎 runescape classic private server mmorpg emulator
emulation emulation-server game-server games jagex javascript-game mmorpg mmorpg-engine mmorpg-server private-server remake rsc rsps runescape runescape-classic runescape-server-emulator server-emulator
Last synced: 04 Mar 2025
https://github.com/topfreegames/libpitaya
a client sdk for pitaya game server framework
cplusplus distributed-systems game game-development game-framework game-server library pitaya sdk
Last synced: 15 Nov 2025
https://github.com/talamortis/OregonCore
World of Warcraft 2.4.3 Server Emulator
emulator game game-server gaming mmorpg mmorpg-game mmorpg-server scriptdev2 server world-of-warcraft wow wow-servers
Last synced: 12 Mar 2025
https://github.com/faforever/server
The servercode for the Forged Alliance Forever lobby
game game-server hacktoberfest rts
Last synced: 12 Apr 2025
https://github.com/donnyep/cosmosengine
CosmosEngine是一款轻量级的服务器框架,提供高速可靠UDP传输协议。支持网络多通道、服务器间RPC大数据流传输通讯,非常容易改成分布式服务器。本框架长期维护更新,LTS。
csharp game-server kcp lockstep netcore netcoreserver rpc tcp-client-server tcp-server udp-server
Last synced: 08 Jul 2025
https://github.com/IogaMaster/flux
Create and deploy game servers with nix
game-server gameserver gaming minecraft nix nix-flake steam
Last synced: 08 Aug 2025
https://github.com/iogamaster/flux
Create and deploy game servers with nix
game-server gameserver gaming minecraft nix nix-flake steam
Last synced: 16 Mar 2025
https://github.com/mohitkyadav/source-server-manager
Manage CSGO and other source engine games dedicated servers
csgo dart flutter game-server source
Last synced: 22 Mar 2025
https://github.com/bitactor/bitactor-cloud-spring
一款适配Spring Boot,网络层基于Netty的分布式NIO的java服务框架(游戏服务器框架)。底层采用类似dubbo的面向接口的RPC协议,支持tcp、kcp和websocket,可快速开发出一个易维护、易扩展且稳定高的分布式服务,让开发者专注于业务功能的开发。
bitactor-cloud-spring cloud cluster dubbo game game-server gameserver netty netty-server protobuf springboot
Last synced: 04 Oct 2025
https://github.com/a-sync/game-server-watcher
A simple discord/telegram/slack bot that can be hosted on a free service to monitor your game servers and players in style 😎
discord-bot game-server gamedig slack-bot steam-api telegram-bot
Last synced: 09 Apr 2025
https://github.com/mage/mage
Game Server Framework
game-development game-server mage nodejs
Last synced: 10 Apr 2025
https://github.com/ably-labs/multiplayer-games-scalable-networking-framework
This repository contains a base networking framework for building any realtime multiplayer game on the web with Ably using the client/server architecture. This project uses vanilla JS on the client-side and NodeJS on the server-side and is scalable as you need
demo express game game-server gamedev multiplayer nodejs realtime vanilla-js
Last synced: 10 Mar 2026
https://github.com/sta-ger/pokie
A server-side video slot game logic framework in JavaScript.
casino game game-server javascript nodejs return-to-player rtp simulation slot typescript video-slot
Last synced: 08 Apr 2025