fibjs/fibjs
JavaScript on Fiber (built on Chrome's V8 JavaScript engine) observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 4501
- days_rel: n/a
- days_push: 11
- n_releases_24m: 0
Adoption not part of the score
3098 stars · 302 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
fibjs is a JavaScript runtime built on Chrome's V8 engine that uses fiber-based coroutines with a synchronous, non-blocking IO model. It ships with a rich set of built-in C++ modules (HTTP server, databases, crypto, SSL, WebSocket, GUI) so developers can build high-performance web services without dealing with async callbacks.
Use cases
- build a high-performance web server in JavaScript without async callbacks
- run JavaScript with synchronous-style non-blocking IO
- write scalable backend services using fibers and coroutines
- use a JavaScript runtime with built-in database, Redis, and SQLite support
- develop web apps with an npm-compatible JavaScript runtime alternative to Node.js
- serve HTTPS with built-in SSL and X509 certificate handling
When to choose
- you prefer synchronous code style but need non-blocking IO performance
- you want batteries-included modules (HTTP, DB, crypto, WebSocket) without installing packages
- you need a lightweight, C++-core JavaScript runtime for server-side work
When to avoid
- you need the Node.js ecosystem's full library compatibility and tooling
- your team relies heavily on async/await patterns and modern Node APIs
- you need guaranteed permissive licensing (license is non-standard)
Facets
framework · maturity active
web-framework http-server concurrency cli database-driver caching websocket rpc testing web-development backend developer-tools programming-languages databases networking windows cross-platform cli javascript-runtime v8 fibers coroutines sync-style-io npm-compatible high-performance-server linux macos
7 sources
- readme: https://github.com/fibjs/fibjs · fetched 2026-08-28 · 6a2ffeaf3ba9
- homepage: https://fibjs.org · fetched 2026-08-29 · 3fc936b9ae60
- site_page: https://fibjs.org/docs/guide/readme.md.html · fetched 2026-08-29 · 8a9d0e99e5aa
- site_page: https://fibjs.org/docs/manual/module/readme.md.html · fetched 2026-08-29 · 71fd7fe9b833
- site_page: https://fibjs.org/docs/manual/object/readme.md.html · fetched 2026-08-29 · 931f80ce03cc
- site_page: https://fibjs.org/docs/awesome/readme.md.html · fetched 2026-08-29 · c827576a442e
- site_page: https://fibjs.org/docs/guide/about.md.html · fetched 2026-08-29 · cb59670c7874
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fibjs/fibjs | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem