Raspberry Pi - Web Server and API
You want to control an LED connected to your Raspberry Pi remotely using a web server. Which approach best explains why running a web server on the Pi enables this?
# Pseudocode Start web server When user visits URL: Receive command (e.g., turn LED on/off) Execute GPIO control based on command Send response back to user
