1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
Nick Calibey 1fd055097b Fix Typos
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.
2019-07-28 14:53:05 -05:00
..
2019-07-28 14:53:05 -05:00
2019-07-28 14:53:05 -05:00
2019-05-16 13:06:37 -07:00
2019-06-07 09:01:09 -05:00
2019-07-28 14:53:05 -05:00
2019-06-06 15:42:25 -07:00
2019-07-28 14:53:05 -05:00
2019-06-14 12:12:35 -05:00
2019-05-30 12:38:58 -05:00

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.