command
module
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Nov 21, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-http-nats-proxy
depends on nats.io
build docker image:
docker build . -t nats-proxy
start nats.io docker:
docker run -it --rm --name nats nats:latest --debug
start nats-proxy:
docker run --rm -it --name nats-proxy --link nats nats-proxy
usage:
docker run -it --rm --link nats-proxy curlimages/curl:latest curl -X POST -H "Content-Type: text/plain" --data "hello there" "http://nats-proxy/?topic=test"
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.