Skip to content

Node.js based REST proxy used for JS UI developments to avoid CORS problems

License

Notifications You must be signed in to change notification settings

dunamis1974/rest_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: rest_proxy

Node.js based REST proxy used for JS UI developments to avoid CORS problems

#Installation $ git clone https://github.com/dunamis1974/rest_proxy.git

$ cd rest_proxy

$ npm install

#Configuration Use conf.js to configure data you need. Note that the static content is not required to be in the ./public folder. You can put it anywhere on the filesystem as long as your user can access it.

#Start using it node .

Server starts by default on port 3000. Now you can point your browser to the http://localhost:3000/your-app and you are good to go.

About

Node.js based REST proxy used for JS UI developments to avoid CORS problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published