/hayproxy

A proxy layer to pass CORS errors for client first based apps.

Primary LanguageJavaScript

HAYPROXY

HitCount

A proxy layer to pass CORS errors for client first based apps.

Buy Me a Coffee at ko-fi.com

Demo Link: https://hayproxy.robomx.tech

Test Link: https://hayproxy.robomx.tech/https://google.com

Tech stack

  • Nodejs 10
  • Hapi.js

Features

  • 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).

How to start?

  • Install npm dependencies.

    npm install

    or

    yarn install

  • Start server.

    npm start