Express.js
Request & Response
Request
Is a JSON object. Important:
All kind of headers for reference:
This embedded link can't be shown.
Response
Simple
Under-the-hood Request & Response
Request Body is sent as Stream of Data
This is a RAW logic, will eventually use Express to solve this complex.
Event-driven Execution
Back to async, await, promise things
