a2888409/face2face
基于netty的异步非阻塞实时聊天(IM)服务器。 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 3874
- days_rel: n/a
- days_push: 2702
- n_releases_24m: 0
Adoption not part of the score
1537 stars · 669 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
face2face is an asynchronous, non-blocking real-time instant messaging (IM) server built on Netty and Java NIO. It splits the system into three horizontally scalable services—auth (login/authentication), gate (client gateway), and logic (business logic)—communicating via protobuf-defined protocols with Redis for state.
Use cases
- build a real-time chat server in Java
- learn how to architect an IM system with Netty
- implement a gateway-based microservice chat backend
- run load tests against a high-concurrency messaging server
- study horizontal scaling of chat services with message queues
- add custom protocols to a Netty-based messaging pipeline
When to choose
- you want a lightweight, self-hosted IM backend in Java with Netty
- you need a reference architecture for splitting auth, gateway, and logic services
- you want to learn NIO-based, non-blocking server design with protobuf protocols
When to avoid
- you need a production-ready chat platform with no license and limited maintenance
- you want turnkey features like group chat, offline messages, or reconnection out of the box
- you prefer a managed or batteries-included IM solution rather than a learning-oriented codebase
Facets
application · maturity maintenance
websocket http-server message-queue auth middleware networking concurrency backend microservices developer-tools jvm windows self-hosted im-server netty nio chat-server microservices protobuf redis gateway load-testing horizontal-scaling messaging real-time linux macos
1 source
- readme: https://github.com/a2888409/face2face · fetched 2026-08-28 · e1ca2d6d5717
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| a2888409/face2face | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="a2888409/face2face")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem