https://github.com/zpratt/node-envoy-opa-example
https://github.com/zpratt/node-envoy-opa-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zpratt/node-envoy-opa-example
- Owner: zpratt
- License: mit
- Created: 2024-01-14T22:18:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T14:53:57.000Z (over 2 years ago)
- Last Synced: 2025-02-05T22:43:35.386Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```