nats-transport/README.md
jar3b@outlook.com 0b9114e50c feat: WIP
2021-09-23 02:42:00 +03:00

12 lines
268 B
Markdown

# nats-transport
HTTP to NATS (https://nats.io/) golang transport (http.RoundTripper) implementation
inspired by and based on https://github.com/sohlich/nats-proxy
## dev
generate protobuf
```bash
protoc --go_opt=paths=source_relative --go_out=. protobuf.proto
```