An open API service indexing awesome lists of open source software.

https://github.com/janrockdev/go-pubsub


https://github.com/janrockdev/go-pubsub

Last synced: over 1 year ago
JSON representation

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
```