Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.en-US.md
Original file line number Diff line number Diff line change
@@ -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.
```