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
forthespada avatar

forthespada/MyPoorWebServer

0
View on GitHub↗
1,470 stars·235 forks·C·7 views

MyPoorWebServer

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

Features

  • Network and Server Frameworks - Functional HTTP server based on network programming best practices.

Star history

Star history chart for forthespada/mypoorwebserverStar history chart for forthespada/mypoorwebserver

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 MyPoorWebServer

These projects share indexed features with MyPoorWebServer. 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
  • gatsbyd/melonG

    gatsbyd/melon

    0View on GitHub↗
    View on GitHub↗0
  • geniusdai/kingpinG

    GeniusDai/kingpin

    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 does forthespada/mypoorwebserver do?

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

What are the main features of forthespada/mypoorwebserver?

The main features of forthespada/mypoorwebserver are: Network and Server Frameworks.

Which projects share features with forthespada/mypoorwebserver?

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