previous
|
start
|
next
Simple HTTP Server Overview
Listen for request
Receive HTTP Request from client
Return HTTP Response and resource to client
Goto Step 1
It can get much more complex than this...
previous
|
start
|
next