Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 990 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 990 Bytes

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