Merge pull request #29 from nats-io/dependabot/go_modules/golang.org/x/crypto-0.1.0 Bump golang.org/x/crypto from 0.0.0-20210711020723-a769d52b0f97 to 0.1.0
Merge pull request #29 from nats-io/dependabot/go_modules/golang.org/x/crypto-0.1.0
Bump golang.org/x/crypto from 0.0.0-20210711020723-a769d52b0f97 to 0.1.0
Go examples and CLI clients for the NATS messaging system.
This repo contains go-gettable nats.go examples and client code as well as api examples from the documentation.
Install your own server, or optionally utilize the demo server
go get github.com/nats-io/go-nats-examples/tools/nats-sub nats-sub -s demo.nats.io subject_name
go get github.com/nats-io/go-nats-examples/tools/nats-pub nats-pub -s demo.nats.io subject_name msg
Published [subject_name] : 'message'
Listening on [subject_name] [#1] Received on [subject_name]: 'message'
The patterns directory contains a listing of example messaging patterns:
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
NATS - Go Examples and CLI Clients
Go examples and CLI clients for the NATS messaging system.
Overview
This repo contains go-gettable nats.go examples and client code as well as api examples from the documentation.
Install your own server, or optionally utilize the demo server
Patterns
The patterns directory contains a listing of example messaging patterns: