A simple web proxy server built with Node.js and Express. It fetches content from a given URL and pipes it back to the client.
Navigate to the app and use the /get endpoint with a url query parameter:
/get?url=https://example.com
npm install
node index.jsThe server listens on port 5000 by default.