A simple Node.js web app that fetches and displays the content of any URL. Built with Express.js, designed to run on Azure App Service.
npm install
npm startOpen http://localhost:3000 in your browser.
- Enter a URL in the text box
- Click Fetch
- The app retrieves the page content server-side and displays it as raw text
The app listens on process.env.PORT (set automatically by Azure App Service) with a fallback to port 3000.
- Node.js ≥ 18