# yuesong-feng/30dayMakeCppServer

30天自制C++服务器，包含教程和源代码

Repository: https://github.com/yuesong-feng/30dayMakeCppServer
Canonical: https://ross.abutalabs.com/products/30daymakecppserver
Language: C++
License Family: other
Topics: cpp, server, cppserver, epoll, socket
Last push: 2026-06-03T10:58:41+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 85, release rhythm 35, longevity 100
- inputs: {"age_days": 1737, "days_push": 91, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7054, forks 880 (observed 2026-08-28T04:09:55.543089+00:00)

## What it is
A 30-day Chinese-language tutorial with accompanying source code for building a Linux C++ high-concurrency server from scratch, covering sockets, epoll, thread pools, and the master-slave Reactor pattern. It is aimed at beginners in systems programming and prepares readers to understand the muduo networking library.

## Use cases
- learn Linux C++ server programming step by step
- understand how epoll enables high concurrency
- build a TCP server with sockets from scratch
- study the Reactor pattern and thread pools in C++
- prepare to read muduo source code
- practice network programming with compilable daily code

## When to choose
- you know C/C++ and networking basics and want hands-on server development practice
- you want a structured, incremental tutorial with runnable code each day
- you want to understand the internals behind high-concurrency servers before using frameworks

## When to avoid
- you need a production-ready HTTP server or networking library
- you want a maintained, complete project - the author stopped writing new chapters and recommends the 'pine' library instead
- you need Windows support or non-Linux deployment
- you want deep theoretical coverage rather than practice-oriented code

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: http-server, developer-tools, concurrency
- domain: backend, networking, tutorials, developer-tools
- platform: cpp
- tags: epoll, socket-programming, reactor-pattern, high-concurrency, tutorial, tcp-server, muduo, linux, macos

## Member repositories
- yuesong-feng/30dayMakeCppServer (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:55.543089+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:40:30.808744+00:00, confidence not recorded.
  - readme: https://github.com/yuesong-feng/30dayMakeCppServer (fetched 2026-08-28T04:09:55.543089+00:00, sha 6a2de72a1a1f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
