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.

Language Links
Golang nats.go, godoc
Java nats.java, javadoc, examples
C# nats.net, doxygen, package
JavaScript Node.js, deno, WebSocket
Python nats.py, doc
Ruby nats-pure.rb, yard
C nats.c, doc
Rust nats.rs, rust doc
Elixir nats.ex, hex doc
Zig nats.zig

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: