Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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