zfoo-project/zfoo
💡Extremely fast enterprise server framework, can be used in RPC, game server, web server. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 84
- Release rhythm 52
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 1932
- days_rel: 323
- days_push: 96
- n_releases_24m: 7
Adoption not part of the score
2013 stars · 415 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
zfoo is an extremely fast, asynchronous, actor-based Java server framework built on Netty that can serve as an RPC framework, game server framework, or web server framework. It bundles protocol serialization across many languages, MongoDB ORM, hot code swapping, event bus, scheduling, and built-in system monitoring.
Use cases
- build a high-performance game server backend for Unity or Godot
- implement RPC communication between microservices in Java
- create a real-time chat or IM system with websocket push
- hot-update Java code in production without downtime
- map Excel/JSON/CSV game configs to code with online hot reload
- monitor CPU, memory, disk, and network inside a Java server app
When to choose
- you need a low-latency, lock-free, actor-style server in Java
- you are building game backends for Godot, Unity, Cocos, or H5 clients
- you want an all-in-one stack: RPC, ORM, protocol, monitoring, hotswap
- you need cross-language protocol serialization (C++, Rust, Go, C#, Python, etc.)
When to avoid
- your stack is not on the JVM or you cannot use JDK 17+
- you need a mature mainstream ecosystem with large community support
- your project is a simple CRUD website where Spring Boot alone suffices
- you require non-MongoDB ORM as the primary persistence layer
Facets
framework · maturity active
rpc web-framework websocket serialization orm monitoring scheduling middleware backend web-development developer-tools microservices jvm windows game-server netty actor-model lock-free graalvm hotswap mongodb spring high-performance unity godot cocos game-development linux macos docker
1 source
- readme: https://github.com/zfoo-project/zfoo · fetched 2026-08-28 · 49086144878f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zfoo-project/zfoo | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="zfoo-project/zfoo")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem