Ross ROSS = Recommend OSS · open-source software intelligence for agents

markparticle/WebServer

C++ Linux WebServer服务器 observed · 2026-08-28

github.com/markparticle/WebServer · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • 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: 2270
  • days_rel: n/a
  • days_push: 1005
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4113 stars · 785 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A high-performance HTTP web server written in C++14 for Linux, using epoll-based Reactor concurrency with a thread pool, achieving 10,000+ QPS in webbench stress tests. It includes HTTP request parsing, an asynchronous logging system, a timer for idle connections, and a MySQL connection pool with user registration/login.

Use cases

  • serve static websites on linux with a lightweight c++ http server
  • learn epoll and reactor pattern high-concurrency server programming
  • study how to implement an http parser with a state machine
  • run a web server with async logging and connection timeout handling
  • benchmark a c++ web server with webbench
  • implement a mysql connection pool with raii in c++

When to choose

  • you want a compact, readable C++ codebase for learning Linux high-performance server programming
  • you need a minimal epoll-based HTTP server for static content on Linux
  • you want a reference implementation of thread pools, timers, and async logging in C++

When to avoid

  • you need a production-grade web server with TLS, full HTTP/1.1+ features, or broad platform support
  • you need a cross-platform or Windows server
  • you want a framework with routing, middleware, or an active plugin ecosystem

Facets

application · maturity maintenance

http-server web-framework logging caching concurrency database-driver web-development backend developer-tools networking cpp cli epoll reactor-pattern thread-pool http-parser mysql-connection-pool timer high-performance learning-project linux

1 source

Member repositories

RepositoryRoleHealth v2
markparticle/WebServermain32

For agents

markdown · JSON · MCP: product_card(name="markparticle/WebServer")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem