A node js rest api server which sits between ONDC protocol layer and react app in browser
anyone who want to refer for building a UI friendly API on protocol layer
- Since each request response is async in ONDC, when we receive data from protocol layer we communicate it to browser as soon as possible with SSE
- Opens the connection at the time of first response from protocol layer that needs to be communicated to browser
- using express js
- Implements referral implementation of payment integration with Juspay
yarn add or npm install
yarn debug or npm debug
yarn add or npm install
yarn start or npm start