dashersw/cote

Implement Channel component

Open

#12 ouverte le 17 déc. 2015

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (184 forks)github user discovery
help wantednew component

Métriques du dépôt

Stars
 (2 388 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur