An open API service indexing awesome lists of open source software.

https://github.com/zpratt/node-envoy-opa-example


https://github.com/zpratt/node-envoy-opa-example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# node-envoy-opa-example

## Testing Locally

Ensure [gprcui](https://github.com/fullstorydev/grpcui) is installed.

### Start the server

```bash
nvm use
node index.js
```

### Test the server

```bash
grpcui -plaintext -proto src/proto/health.proto localhost:50051
```