tj/axon
message-oriented socket library for node.js heavily inspired by zeromq observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 5165
- days_rel: n/a
- days_push: 2883
- n_releases_24m: 0
Adoption not part of the score
1492 stars · 151 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Axon is a message-oriented socket library for Node.js heavily inspired by ZeroMQ. It provides lightweight messaging patterns such as push/pull, pub/sub, and req/rep over TCP or Unix domain sockets with automated reconnection.
Use cases
- build pub/sub messaging between node services
- distribute work to workers with push/pull sockets
- implement request/reply communication between node processes
- send messages over unix domain sockets
- replace zeromq with a pure javascript node library
- build a lightweight message broker for microservices
When to choose
- you need zeromq-style messaging patterns in pure JavaScript on Node.js
- you want simple pub/sub, push/pull, or req/rep sockets with automatic reconnection
- you need fast, lightweight message passing between Node.js processes or services
When to avoid
- you need a full-featured message broker with persistence, queues, or clustering
- your project is not on Node.js
- you need guaranteed message delivery or advanced routing features zeromq provides
Facets
library · maturity maintenance
message-queue networking rpc microservices backend developer-tools cross-platform zeromq-inspired pub-sub push-pull req-rep socket-library wire-protocol messaging nodejs
1 source
- readme: https://github.com/tj/axon · fetched 2026-08-28 · f589839078e6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tj/axon | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem