menacher/java-game-server
Jetserver is a high speed nio socket based multiplayer java game server written using Netty and Mike Rettig's Jetlang.It is specifically tuned for network based multiplayer games and supports TCP and UDP network protocols. observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 50
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5324
- days_rel: n/a
- days_push: 303
- n_releases_24m: 0
Adoption not part of the score
1299 stars · 546 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Jetserver (Nadron) is a high-speed Java NIO socket server designed specifically for network-based multiplayer games, built on Netty 4.1 for TCP/UDP transport and Jetlang for extremely fast in-VM message passing between player sessions and game rooms. It is highly configurable through Spring Framework 6 dependency injection, allowing any part of the server to be swapped with custom implementations.
Use cases
- build a multiplayer game server in java
- handle tcp and udp connections for online games
- low-latency realtime networking for multiplayer games
- manage game rooms and player sessions on the server
- high-throughput message passing between game sessions
- embed a configurable socket server in a java game backend
When to choose
- you are building a custom multiplayer game backend on the JVM and want control over sessions, rooms, and delivery
- you need both TCP reliability and UDP speed in one tuned server stack
- you want a highly configurable Netty-based server where components can be swapped via Spring DI
When to avoid
- you need a turnkey multiplayer service with built-in matchmaking, lobbies, and hosting rather than a server framework
- your project is not on the Java/JVM platform
- you need a general-purpose web or REST server rather than a game-tuned socket server
Facets
framework · maturity active
networking concurrency game-engine serialization networking backend jvm cross-platform netty jetlang nio tcp udp multiplayer game-server java-17 spring low-latency session-management game-development real-time
1 source
- readme: https://github.com/menacher/java-game-server · fetched 2026-08-28 · 2c9c54f9712e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| menacher/java-game-server | main | 55 |
For agents
markdown · JSON · MCP: product_card(name="menacher/java-game-server")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem