A proxy layer to pass CORS errors for client first based apps.
Demo Link: https://hayproxy.robomx.tech
Test Link: https://hayproxy.robomx.tech/https://google.com
- Nodejs 10
- Hapi.js
- Used for client first app.
- Handles cors error.
- Use as proxy server for api calls.
Note: Client first app?(as per RoboMex)
Client first apps are one which focuses on having no backend server setup and directly calls third party api server for its livelihood(data feeding).
-
Install npm dependencies.
npm install
or
yarn install
-
Start server.
npm start