aceld/zinx
A lightweight concurrent server framework based on Golang. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 86
- Release rhythm 50
- 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: 307
- age_days: 2779
- days_rel: 121
- days_push: 88
- n_releases_24m: 2
Adoption not part of the score
7756 stars · 1262 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Zinx is a lightweight concurrent server framework written in Go, focused on TCP long-connection servers such as game backends. It emphasizes concise, readable code that developers can easily understand and customize for enterprise scenarios.
Use cases
- build a tcp game server in go
- handle long-lived tcp connections with goroutines
- message forwarding backend for microservices
- learn how a go server framework works internally
- customizable concurrent server framework for golang
- build a message handling plugin for a web framework
When to choose
- you need a lightweight, hackable TCP server framework in Go
- you are building long-connection game servers or message forwarding services
- you want simple source code you can read and extend yourself
When to avoid
- you need a full-featured HTTP/REST framework with rich middleware ecosystem
- you prefer batteries-included frameworks like Gin or gRPC for standard APIs
- you need UDP or non-TCP transports out of the box
Facets
framework · maturity active
web-framework http-server websocket concurrency middleware routing backend networking developer-tools go windows cross-platform tcp-server game-server long-connection lightweight golang game-development linux macos
2 sources
- readme: https://github.com/aceld/zinx · fetched 2026-08-28 · 23a583be2b9c
- homepage: https://github.com/aceld/zinx/wiki · fetched 2026-08-29 · 29bf3a005d05
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aceld/zinx | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem