dashersw/cote

Implement Channel component

Open

#12 建立於 2015年12月17日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (184 fork)github user discovery
help wantednew component

倉庫指標

Star
 (2,388 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南