Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aacebo/vayeate
a distributed message broker
https://github.com/aacebo/vayeate
Last synced: about 2 months ago
JSON representation
a distributed message broker
- Host: GitHub
- URL: https://github.com/aacebo/vayeate
- Owner: aacebo
- License: mit
- Created: 2023-06-02T20:33:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-12T16:20:37.000Z (over 1 year ago)
- Last Synced: 2024-10-20T06:17:02.840Z (2 months ago)
- Language: Go
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vayeate
a distributed message broker
![](./docs/diagram_0.jpg)
![](./docs/diagram_1.jpg)## Environment
> all environment variable names should be prefixed with VAYEATE_
| Name | Default | Required | Description |
|-------------------|-------------------|----------|--------------------------------------------------------------|
| `CLIENT_PORT` | `6789` | `true` | the port clients will connect to |
| `PEER_PORT` | `9876` | `true` | the port peers will connect to |
| `API_PORT` | `8080` | `true` | the port to listen on for http |
| `USERNAME` | `admin` | `true` | the authentication username |
| `PASSWORD` | `admin` | `true` | the authentication password |
| `PRIMARY_ADDRESS` | | `false` | the primary node address (only set if the node is secondary) |