dashersw/cote
A Node.js library for building zero-configuration microservices. observed · 2026-08-28
Health v2 · maintenance only
61/100
- Activity 63
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4875
- days_rel: n/a
- days_push: 223
- n_releases_24m: 0
Adoption not part of the score
2385 stars · 184 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cote is a Node.js library for building zero-configuration microservices with automatic service discovery. It provides Responder/Requester, Publisher/Subscriber, and other components so services communicate without nginx, Redis, RabbitMQ, or any central coordinator.
Use cases
- build microservices in Node.js without configuring IPs, ports, or brokers
- auto-discover services on a network without a central registry like Consul
- horizontally scale services across machines with fault tolerance
- implement request-response communication between Node.js services
- set up publish-subscribe messaging between microservices
- replace nginx, haproxy, redis, or rabbitmq for simple service communication
When to choose
- you want zero-configuration, decentralized microservice communication in pure Node.js
- you need auto-discovery and fault tolerance without external infrastructure
- you're prototyping or building small-to-medium Node.js microservice systems
- you want a simple, humanized API for inter-service messaging
When to avoid
- you need battle-tested messaging at very large scale (consider Kafka, NATS, or RabbitMQ)
- your services are polyglot and need cross-language communication
- you require advanced features like message persistence, transactions, or strict delivery guarantees
- you need fine-grained control over routing, load balancing, or service configuration
Facets
library · maturity stable
microservices rpc message-queue service-discovery networking microservices backend developer-tools cross-platform zero-configuration auto-discovery fault-tolerant mesh-network scalability request-response pub-sub nodejs javascript
3 sources
- readme: https://github.com/dashersw/cote · fetched 2026-08-28 · 96b4bb8f1f44
- homepage: http://cote.js.org · fetched 2026-08-29 · 8fc83e74107e
- registry_npm: https://registry.npmjs.org/cote · fetched 2026-08-29 · 22bbfd04f6e0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dashersw/cote | main | 61 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem