A middleware to demonstrate how to secure reactivesearch using a simple Node/Express server. Here I'm using http-proxy-middleware for brevity however the logic can be extended easily with express based routing.
- Clone the repo with
git clone - Install dependencies with
yarn - Run the server with
yarn start. - In order to connect this with reactivesearch you should add a
urlprop inReactiveBasein the client side app. Check the docs for more info 😸