Objective: Develop a local proxy server that listens on localhost:3000. When a request is made to a target URL, the server should fetch the web page content from that URL and return it to the browser, effectively simulating a direct browsing experience.
Project Scope:
Proxy Server Setup:
Create a proxy server on localhost:3000 that listens to incoming HTTP/HTTPS requests.
The server should accep...