How to Develop with the NATS Client API

Developing with NATS involves a blend of distributed application techniques, common NATS features, and library-specific syntax. Besides this guide, most libraries provide auto-generated API documentation, along with language and platform-specific examples, guides, and other resources.

Language Links Supported by Synadia
Golang nats.go, godoc Yes
Java nats.java, javadoc, nats.java examples, java-nats-examples repo Yes
.NET nats.net, docs, package Yes
Rust nats.rs, rust doc Yes
JavaScript nats.js, jsdoc Yes
Python nats.py, doc Yes
C nats.c, doc Yes
Ruby nats-pure.rb, yard
Elixir nats.ex, hex doc
Zig nats.zig
Swift nats.swift

Not all libraries have their own documentation, 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: