Skip to content

Localhost proxy for development process that could allow CORS for some cases

License

Notifications You must be signed in to change notification settings

toptive/nodeproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy App

Getting Started

git clone https://github.com/toptive/nodeproxy.git nodeproxy
cd nodeproxy
npm install # or yarn install

NOTE: Make sure you have an up-to-date version of Node.js installed on your system.

Local Proxy

  • How to runs the proxy app (using npm or yarn)
npm start # runs the proxy on default port 4000 pointing to http://localhost:80/
npm start http://www.somecoolsite.com # runs the proxy on default port (4000) pointing to http://www.somecoolsite.com
npm start 3007 http://www.somecoolsite.com # runs the proxy on port 3007 pointing to http://www.somecoolsite.com

About

Localhost proxy for development process that could allow CORS for some cases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published