https://github.com/janrockdev/go-pubsub
https://github.com/janrockdev/go-pubsub
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/janrockdev/go-pubsub
- Owner: janrockdev
- Created: 2022-09-13T19:59:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T21:37:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T19:34:44.284Z (over 1 year ago)
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go-PubSub (NATS)
IN-PROGRESS (initial CLI in place)
### Configuration:
```shell
# default > config.json
{
"redis_url": "localhost:6379"
}
```
### Build:
```shell
go build ./cmd/cli
```
### Run:
```shell
./cli redis ping
```
### Dependencies:
```shell
#REDIS - registry
#NATS
docker run -p 4222:4222 -ti nats:latest
```