Concept Flow - Status code conventions
Client sends HTTP request
Server processes request
Determine response status code
Send response with status code
Client receives response and acts accordingly
This flow shows how a server using Express decides and sends HTTP status codes back to the client after processing a request.