# squaremo/rabbit.js

Messaging in Node.JS made easy using RabbitMQ

Repository: https://github.com/squaremo/rabbit.js
Canonical: https://ross.abutalabs.com/products/rabbitjs
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2019-09-09T01:52:25+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5817, "days_push": 2551, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1515, forks 140 (observed 2026-08-28T04:04:56.550760+00:00)

## What it is
A Node.js library providing a simple, socket-oriented API for messaging via RabbitMQ, built on amqplib. It supports publish/subscribe, push/pull, and request/reply patterns using Node streams.

## Use cases
- publish and subscribe to message queues in node.js
- connect node.js apps to rabbitmq easily
- relay messages from rabbitmq to browsers via sockjs
- coordinate communication between node.js services
- stream-based pub/sub messaging in javascript

## When to choose
- you want a simple stream-based abstraction over RabbitMQ in Node.js
- you need quick pub/sub or req/rep messaging without dealing with raw AMQP
- you're building small-to-medium Node.js services that coordinate via RabbitMQ

## When to avoid
- you need full AMQP 0-9-1 features like exchanges, routing keys, or fine-grained channel control
- you're not using Node.js
- you need a library under active development with recent releases

## Facets
- artifact type: library
- maturity: maintenance
- function: message-queue, http-server, websocket
- domain: backend, developer-tools
- platform: -
- tags: rabbitmq, amqp, pubsub, streaming, messaging-patterns, messaging, nodejs, javascript

## Member repositories
- squaremo/rabbit.js (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:56.550760+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:32:10.708024+00:00, confidence not recorded.
  - readme: https://github.com/squaremo/rabbit.js (fetched 2026-08-28T04:04:56.550760+00:00, sha 108501f37602)
  - registry_npm: https://registry.npmjs.org/rabbit.js (fetched 2026-08-29T11:35:56.998459+00:00, sha 7ae3ec764eaa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
