dashersw/cote

Implement Channel component

Open

#12 aperta il 17 dic 2015

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (184 fork)github user discovery
help wantednew component

Metriche repository

Star
 (2388 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor