Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md: test gh files integration #793

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ layout:

## The official [NATS](https://nats.io/) documentation

{% embed url="https://github.com/nats-io/nats.go/blob/main/examples/jetstream/js-consume/main.go" %}

{% embed url="https://github.com/nats-io/nats.go/blob/main/README.md?plain=1#L19-L29" %}

{% embed url="https://github.com/nats-io/nats.js/blob/main/jetstream/examples/01_consumers.js#L16-L19" %}

{% embed url="https://github.com/nats-io/nats.js/blob/main/jetstream/examples/01_consumers.js" %}

{% embed url="https://github.com/GitbookIO/gitbook/blob/main/packages/react-contentkit/package.json" %}


NATS is a simple, secure and high performance open source data layer for cloud native applications, IoT messaging, and microservices architectures.

We feel that it should be the backbone of your communication between services. It doesn't matter what language, protocol, or platform you are using; NATS is the best way to connect your services.
Expand Down