Skip to content

ahmetturanozturk/nodejs-proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download Repository

git clone https://github.com/ahmetturanozturk/nodejs-proxy-server.git

Install Packages

cd nodejs-proxy-server npm install

Start and Test

npm start You can send a request to 'localhost:6999'

Settings.js file

module.exports = {
    "PORT" : 6999, //Port
    "HOST" : "localhost", //Proxy host
    "API_SERVICE_URL" : "http://api.myapi.com" //target
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published