Developing With NATS

Developing with NATS is a combination of distributed application techniques, common NATS features and library specific syntax. As well as using this book for guidance, some of the libraries contain language-familiar formats of their API. For example, the Go library has godoc, and the Java library has javadoc.

Not all libraries contain this separate doc, depending on the language community, but be sure to check out the client libraries README for more information.

There are many other NATS client libraries and examples contributed and maintained by the community and available on GitHub, such as:

Last updated