dashersw/cote

Implement Channel component

Open

#12 geöffnet am 17. Dez. 2015

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (184 Forks)github user discovery
help wantednew component

Repository-Metriken

Stars
 (2.388 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

cote components are great for one-way communication (pub/sub, or req/res).

In practice, some microservices need a two-way communication channel. Since cote components work as TCP servers and clients, currently we have to implement this two-way communication via two different components, which means we would have two TCP servers for this. This is a waste.

Contributor Guide