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
G

GeniusDai/kingpin

0
View on GitHub↗
0 stars·0 forks·10 views

Kingpin

Features

  • Network and Server Frameworks - High-performance network library using IO multiplexing and thread pools.

Star history

Star history chart for geniusdai/kingpinStar history chart for geniusdai/kingpin

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

Projects sharing features with Kingpin

These projects share indexed features with Kingpin. 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→

Frequently asked questions

What are the main features of geniusdai/kingpin?

The main features of geniusdai/kingpin are: Network and Server Frameworks.

Which projects share features with geniusdai/kingpin?

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. leechanx/easy-reactor — Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务. miaoshuai/netlib — 一个自己封装的基于reactor的c++网络库.