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

qinguoyi/TinyWebServer

:fire: Linux下C++轻量级WebServer服务器 observed · 2026-08-28

github.com/qinguoyi/TinyWebServer · 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: 2653
  • days_rel: n/a
  • days_push: 789
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

19653 stars · 4254 forks observed · 2026-08-28

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

A lightweight C++ web server for Linux built with a thread pool, non-blocking sockets, epoll (ET and LT), and Reactor/simulated-Proactor event handling. It parses HTTP GET/POST requests with a state machine, supports user registration/login via a MySQL connection pool, includes sync/async logging, and handles tens of thousands of concurrent connections in Webbench stress tests.

Use cases

  • learn linux network programming in c++
  • build a lightweight http server from scratch
  • study epoll reactor and proactor patterns
  • practice c++ backend server interview project
  • stress test a web server with webbench
  • implement a thread pool and http parser
  • serve static files and handle user login with mysql

When to choose

  • you want to learn linux socket programming, epoll, and concurrency patterns in C++
  • you need a small educational web server codebase to study and modify
  • you are preparing for C++ backend interviews and want a well-known reference project

When to avoid

  • you need a production-grade web server with full HTTP/1.1+ compliance, TLS, and security hardening
  • you want a maintained framework with active feature development and community support
  • you need cross-platform support beyond Linux

Facets

application · maturity maintenance

http-server web-framework logging caching concurrency testing web-development backend developer-tools networking education cpp cli epoll thread-pool reactor-pattern proactor-pattern http-parser state-machine webbench load-testing learning-project mysql-connection-pool linux

1 source

Member repositories

RepositoryRoleHealth v2
qinguoyi/TinyWebServermain32

For agents

markdown · JSON · MCP: product_card(name="qinguoyi/TinyWebServer")

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