From 02867800c6c9f1f1b7a06ebea1121abad7cbaa86 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sun, 2 Aug 2026 14:41:49 +0300 Subject: [PATCH] docs: add English README --- README.en-US.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.en-US.md diff --git a/README.en-US.md b/README.en-US.md new file mode 100644 index 0000000..42e3ba5 --- /dev/null +++ b/README.en-US.md @@ -0,0 +1,17 @@ + + +### Source Code Analysis +Source code analysis of workerman + gateway worker. +### WHY +Why create this article? The reason is that I recently used workerman + gateway worker in a project, but found that domestic resources on this topic are quite scarce. Therefore, I created this repository to store my notes from reading the workerman + gateway worker source code. +### Table of Contents +Articles are stored in the docs/ directory. Please browse them yourself. +``` +1. Installing workerman. (Skip for experienced users) +2. workerman initialization process. +3. workerman startup process. +4. workerman event listening. +5. workerman child process monitoring. +6. workerman command parsing. +7. GatewayWorker startup process - BusinessWorker. +```