Framework → handles routing, HTTP requests, and API creation on Node
Definition: A lightweight, minimalist web framework specifically built for Node.js.
Function: It adds a layer of built-in tools to Node.js to easily manage URL routing, cookies, and HTTP requests.
Use Case: Building RESTful APIs or backend server logic without writing messy, raw Node.js code.