Ross ROSS = Recommend OSS · open-source software intelligence for agents

dashersw/cote

A Node.js library for building zero-configuration microservices. observed · 2026-08-28

github.com/dashersw/cote · homepage · JavaScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
dashersw/cotemain61

For agents

markdown · JSON · MCP: product_card(name="dashersw/cote")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem