Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 741 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 741 Bytes

Examples

This directory contains a series of self-contained examples that you can use as starting points or snippets, to pull into your existing applications. All examples expect a NATS broker to connect to.

The examples are as follows:

  • simple-publish - A basic example of how to set up a publish operation in AsyncAPI and use the generated code.
  • simple-reply - A basic example of how to set up a reply in AsyncAPI and use the generated code.
  • simple-request - A basic example of how to send a request in AsyncAPI and use the generated code.
  • simple-subscribe - A basic example of how to setup a subscription in AsyncAPI and use the generated code.