mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
This PR fixes a number of typos and grammatical errors found within the NATS documentation. Note that it is not comprehensive and there are likely other errors to be found.
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.
Library | Doc Link |
---|---|
nats.go | godoc |
nats.java | javadoc |
nats.net | doxygen |
nats.rb | yard |
nats.ts | ts-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.