https://github.com/gobwas/ott
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gobwas/ott
- Owner: gobwas
- Created: 2015-11-28T15:10:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T08:09:42.000Z (over 9 years ago)
- Last Synced: 2025-01-24T09:42:32.503Z (3 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Message Queue Node.[js](https://www.google.ru/search?q=nodejs)
## Usage
```shell
DEBUG=* node ./src/ott/main.js --listen=a --peers=c,d,e,f --interval=1000 --getErrors=true
```
Quick tour video is [uploaded here](https://vimeo.com/147818950).## Info
Patterns used in this sample:
+ [Raft protocol](https://raft.github.io/) – leader election.
+ [Gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol) - consistency and nodes knowledge.