Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aacebo/vayeate-api
a message bus
https://github.com/aacebo/vayeate-api
Last synced: about 2 months ago
JSON representation
a message bus
- Host: GitHub
- URL: https://github.com/aacebo/vayeate-api
- Owner: aacebo
- License: mit
- Created: 2023-05-28T01:11:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-31T21:56:34.000Z (over 1 year ago)
- Last Synced: 2024-10-20T06:17:02.361Z (2 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vayeate-api
A distributed peer-to-peer message bus
## Environment
> all environment variable names should be prefixed with `VAYEATE_`
| Name | Type | Default |
|-------------------------|----------|----------|
| `SOCKET_PORT` | `int` | `6789` |
| `PEER_PORT` | `int` | `9876` |
| `API_PORT` | `int` | `3000` |
| `USERNAME` | `string` | `admin` |
| `PASSWORD` | `string` | `admin` |
| `ENTRY_ADDRESS` | `string` | |