https://github.com/jonaskello/nats-auth-callout-cli-service
Nodejs port of nats callout example
https://github.com/jonaskello/nats-auth-callout-cli-service
Last synced: about 1 year ago
JSON representation
Nodejs port of nats callout example
- Host: GitHub
- URL: https://github.com/jonaskello/nats-auth-callout-cli-service
- Owner: jonaskello
- Created: 2023-11-13T06:48:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T07:08:47.000Z (over 2 years ago)
- Last Synced: 2024-10-06T02:20:16.919Z (over 1 year ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nats-auth-callout-cli-service
This is a nodejs port of the [go callout example](https://github.com/ConnectEverything/nats-by-example/tree/main/examples/auth/callout).
## How to run
Running the example reqiures that docker is installed.
```
npm run example
```