Implement Channel component
Open
help wanted
new component
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 184
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.