feat: WIP

This commit is contained in:
jar3b@outlook.com
2021-09-23 02:42:00 +03:00
parent 81873b6339
commit 0b9114e50c
10 changed files with 688 additions and 0 deletions

View File

@@ -1,2 +1,12 @@
# 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
```