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. +```