awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ZLMediaKit avatar

ZLMediaKit/ZLToolKit

0
View on GitHub↗
2,192 stars·631 forks·C++·MIT·11 views

ZLToolKit

一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO

Features

  • Network and Server Frameworks - Lightweight C++11 network framework with thread pool support.

Star history

Star history chart for zlmediakit/zltoolkitStar history chart for zlmediakit/zltoolkit

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does zlmediakit/zltoolkit do?

一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO

What are the main features of zlmediakit/zltoolkit?

The main features of zlmediakit/zltoolkit are: Network and Server Frameworks.

Which projects share features with zlmediakit/zltoolkit?

Projects with overlapping indexed features include: sylar-yin/sylar — Sylar is a high-performance C++ asynchronous server framework and event-driven network library. It functions as a… dxscjx123/tinyserver. forthespada/mypoorwebserver — 一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。. gatsbyd/melon. geniusdai/kingpin. leechanx/easy-reactor — Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务.

Projects sharing features with ZLToolKit

These projects share indexed features with ZLToolKit. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • sylar-yin/sylarsylar-yin avatar

    sylar-yin/sylar

    4,661View on GitHub↗

    Sylar is a high-performance C++ asynchronous server framework and event-driven network library. It functions as a coroutine scheduler and HTTP server implementation designed to build network services using non-blocking I/O. The project distinguishes itself through a system call interceptor that hooks blocking socket and sleep APIs, transforming synchronous operations into non-blocking asynchronous events. It employs a user-space threading system to distribute lightweight tasks across a worker thread pool to maximize CPU utilization. The framework covers a broad range of networking and system

    C++
    View on GitHub↗4,661
  • forthespada/mypoorwebserverforthespada avatar

    forthespada/MyPoorWebServer

    1,470View on GitHub↗

    一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。

    Ccppwebserver
    View on GitHub↗1,470
  • gatsbyd/melonG

    gatsbyd/melon

    0View on GitHub↗
    View on GitHub↗0
  • dxscjx123/tinyserverD

    dxscjx123/tinyserver

    0View on GitHub↗
    View on GitHub↗0
Compare all 11 related projects→