ZLMediaKit/ZLToolKit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 3672
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
2200 stars · 633 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ZLToolKit is a lightweight C++11 network programming framework built on epoll/kqueue/wepoll with thread pools and asynchronous IO for high-concurrency servers. It also bundles threading utilities (timers, semaphores, thread pools), logging, INI config, ring buffers, MySQL connection pooling, SSL helpers, and command-line parsing.
Use cases
- build a high-concurrency tcp server in c++
- lightweight c++ network library with epoll and thread pool
- cross-platform socket library for linux windows macos android ios
- async task execution with a c++ thread pool
- simple logging library with colors and async printing
- mysql connection pool with placeholder sql
- ring buffer for network io
- parse command line options in a c++ app
When to choose
- you need a compact, permissively licensed (MIT) C++11 networking foundation
- you want epoll/kqueue/wepoll-based async IO without heavy dependencies
- you are building or extending ZLMediaKit-style server applications
- you need cross-platform support including mobile (iOS/Android)
When to avoid
- you need a full-featured framework with HTTP routing, WebSockets, or async/await ergonomics out of the box
- you prefer Boost.Asio's ecosystem and documentation
- you need Rust/Go-level memory safety guarantees
- your project requires extensive third-party community support
Facets
library · maturity stable
http-server http-client caching logging concurrency networking cryptography database-driver cli developer-tools networking developer-tools backend cross-platform windows cpp cross-platform c++11 thread-pool epoll kqueue tcp udp ring-buffer timer ini-config mysql-connection-pool ssl high-concurrency network-library linux macos android ios
1 source
- readme: https://github.com/ZLMediaKit/ZLToolKit · fetched 2026-08-28 · f5c01c78a23f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ZLMediaKit/ZLToolKit | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="ZLMediaKit/ZLToolKit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem