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

tomas/needle

Nimble, streamable HTTP client for Node.js. With proxy, iconv, cookie, deflate & multipart support. observed · 2026-08-28

github.com/tomas/needle · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 90
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5379
  • days_rel: n/a
  • days_push: 64
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1634 stars · 237 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Needle is a lean, streamable HTTP client library for Node.js with only two real dependencies. It supports callbacks, promises, and streams, along with proxy forwarding, multipart uploads, compression decoding, and automatic JSON/XML parsing.

Use cases

  • make simple HTTP requests in Node.js
  • upload files via multipart form-data
  • download data as a stream to a file
  • call REST APIs and parse JSON responses automatically
  • send requests through an HTTP proxy with authentication
  • handle non-UTF-8 response charsets
  • follow redirects with fine-grained control

When to choose

  • you want a lightweight HTTP client with minimal dependencies
  • you need streaming uploads or downloads in Node.js
  • you need proxy, multipart, or charset decoding support out of the box
  • you prefer a simple API over heavier clients like axios or got

When to avoid

  • you need a browser or non-Node.js runtime client
  • you want a modern fetch-based API with interceptors
  • you need advanced features like retry policies or request cancellation beyond AbortSignal
  • you are building a large app where a more feature-rich client ecosystem is preferable

Facets

library · maturity active

http-client web-development apis developer-tools http-requests multipart-upload proxy-support streaming charset-decoding redirect-following gzip-deflate-brotli nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
tomas/needlemain63

For agents

markdown · JSON · MCP: product_card(name="tomas/needle")

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