Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyoptimist/nats-with-go-poc
Hello, NATS
https://github.com/crazyoptimist/nats-with-go-poc
Last synced: 13 days ago
JSON representation
Hello, NATS
- Host: GitHub
- URL: https://github.com/crazyoptimist/nats-with-go-poc
- Owner: crazyoptimist
- Created: 2024-01-30T22:44:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T22:07:20.000Z (8 months ago)
- Last Synced: 2024-10-03T21:41:14.441Z (about 1 month ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NATS POC
Hello, NATS!
NATS is awesome!
## NATS Cluster
```bash
make up
```## PubSub
```bash
make sub
``````bash
make pub
```## Request-Reply
```bash
make reply
``````bash
make request
```## Limit Based Stream
```bash
make createstream
``````bash
make consume
``````bash
make produce
```