wendux/fly
:rocket: Supporting request forwarding and Promise based HTTP client for all JavaScript runtimes. 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: 3273
- days_rel: n/a
- days_push: 1499
- n_releases_24m: 0
Adoption not part of the score
3927 stars · 631 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Fly.js is a Promise-based HTTP request library that works across all JavaScript runtimes, including browsers, Node.js, WeChat mini programs, React Native, and Weex. It supports request forwarding so the same HTTP code can be reused across multiple platforms.
Use cases
- make http requests in javascript
- share http client code between browser and node
- send api requests from wechat mini programs
- promise based fetch alternative
- reuse networking code across react native and web
- forward http requests between environments
When to choose
- you need one HTTP client that runs identically across browsers, Node.js, and mini-program or hybrid-app runtimes
- you want request forwarding to route requests through another environment
When to avoid
- you only target modern browsers or Node.js, where axios, fetch, or ky are better maintained
- you need a library with active development and recent releases
Facets
library · maturity maintenance
http-client web-development apis cross-platform browser cross-platform promise-based request-forwarding javascript-runtimes mini-programs react-native weex nodejs wechat
2 sources
- readme: https://github.com/wendux/fly · fetched 2026-08-28 · 31aad3179e82
- homepage: https://wendux.github.io/dist/#/language · fetched 2026-08-29 · 4c2205276f64
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wendux/fly | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem