Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aaronw-be/go-tcp-hive


https://github.com/aaronw-be/go-tcp-hive

Last synced: 22 days ago
JSON representation

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(...)
```