Skip to content

epic-developer/Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy

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.

Usage

Navigate to the app and use the /get endpoint with a url query parameter:

/get?url=https://example.com

Running locally

npm install
node index.js

The server listens on port 5000 by default.

Tech stack

About

Mirror of proxy.davidfahim.repl.co

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors