docs: explanation for reactor (#2960)

This commit is contained in:
Ilkka Seppälä
2024-05-18 12:05:33 +03:00
committed by GitHub
parent 1da0f41381
commit a766f188a8
5 changed files with 107 additions and 71 deletions
-4
View File
@@ -13,10 +13,6 @@ tags:
- Web development
---
## Also known as
* Dispatcher
## Intent
The Page Controller pattern is intended to handle requests for a specific page or action within a web application, processing input, and determining the appropriate view for rendering the response.