Categorygithub.com/Autodoc-Technology/net-conn-nats-proxy
repositorypackage
1.0.2
Repository: https://github.com/autodoc-technology/net-conn-nats-proxy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

net.Conn NATS Proxy

net.Conn client proxy powered by NATS transport.

Description

This is a simple net.Conn proxy that forwards all traffic to a NATS server. It is designed to be used as a client proxy for a NATS server. It is not a full NATS client, but a simple net.Conn proxy.

Usage

Look at the example directory for a simple example of how to use this package.