Concept Flow - Routing requests manually
Start Server
Receive HTTP Request
Check Request URL
Handle1
Send Response
End
The server starts and waits for requests. When a request comes, it checks the URL path and sends the matching response or a 404 if no match.