# 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.