Introduction

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.

Library

Doc Link

​nats.go​

​godoc​

​nats.java​

​javadoc​

​nats.net​

​doxygen​

​nats.rb​

​yard​

​nats.ts​

​ts-doc​

​nats.rs​

​rust doc​

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.

Edit on GitHub