Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronw-be/go-tcp-hive
https://github.com/aaronw-be/go-tcp-hive
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronw-be/go-tcp-hive
- Owner: AaronW-BE
- Created: 2022-11-07T15:46:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T02:16:06.000Z (about 2 years ago)
- Last Synced: 2024-11-12T15:34:03.266Z (3 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Distributed TCP node hive
#### Connection Graph
```mermaid
graph LR
NA(Node A) == Req Feed===> NB(Node B) ==Req Feed===> NC(Node C) == Req ===> ND(Node D)
NA == Req Feed===> NC
NA == Req Feed===> ND
NB == Req Feed===> ND
ND == Req Feed===> NE(...)
```