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

linyacool/WebServer

A C++ High Performance Web Server observed · 2026-08-28

github.com/linyacool/WebServer · C++ · MIT (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: 3134
  • days_rel: n/a
  • days_push: 1071
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

8217 stars · 2117 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++11 using epoll edge-triggered non-blocking IO with a Reactor concurrency model and thread pool. It handles GET/HEAD requests, static resources, keep-alive and pipelined connections, and includes an asynchronous double-buffered logging system.

Use cases

  • serve static files over http on linux
  • learn how epoll and reactor pattern web servers work
  • study a c++11 thread pool and async logging implementation
  • benchmark a lightweight http server with webbench
  • understand http request parsing with a state machine
  • prepare for c++ backend interview questions about web servers

When to choose

  • you want a compact, readable C++ codebase to learn high-performance server internals
  • you need a minimal static-content HTTP server on Linux
  • you are studying epoll, RAII, timers, and thread-pool concurrency patterns

When to avoid

  • you need a production web server with TLS, dynamic content, or broad feature support
  • you need cross-platform support beyond Linux
  • you want a maintained framework with active development and modern tooling

Facets

application · maturity maintenance

http-server logging concurrency web-framework web-development backend developer-tools networking cpp cli epoll reactor-pattern thread-pool cpp11 nonblocking-io http-pipelining learning-project linux

1 source

Member repositories

RepositoryRoleHealth v2
linyacool/WebServermain32

For agents

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

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