# voodooattack/nexusjs

Nexus.js - The next-gen JavaScript platform

Repository: https://github.com/voodooattack/nexusjs
Canonical: https://ross.abutalabs.com/products/nexusjs
Homepage: http://www.nexusjs.com
Language: C++
License: GPL-3.0
License Family: copyleft
Topics: multithreading, javascriptcore, javascript, webkit, runtime
Archived: true
Last push: 2019-01-18T22:36:30+00:00

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

## Adoption (not part of the score)
Stars 1087, forks 18 (observed 2026-08-28T04:03:32.300411+00:00)

## What it is
Nexus.js is a multi-threaded JavaScript runtime built on JavaScriptCore (WebKit) with an asynchronous, non-blocking I/O model and a thread-pool scheduler. It is Promise-based, fully embraces ES6 modules, and is not compatible with Node.js APIs.

## Use cases
- run javascript with true multithreading
- serve http requests from a multi-threaded js runtime
- write promise-based concurrent javascript without node.js
- experiment with es6 module-only javascript runtimes
- benchmark multi-threaded javascript i/o performance

## When to avoid
- you need Node.js API or npm ecosystem compatibility
- you need a maintained, production-ready runtime
- you require native add-ons or a stable ABI

## Facets
- artifact type: application
- maturity: abandoned
- function: interpreter, concurrency, http-server, web-framework
- domain: programming-languages, developer-tools, backend
- platform: windows, cross-platform, cli
- tags: javascript-runtime, javascriptcore, multithreaded, promise-based, es6, nodejs-alternative, linux, macos

## Member repositories
- voodooattack/nexusjs (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:32.300411+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-30T06:49:29.955064+00:00, confidence not recorded.
  - readme: https://github.com/voodooattack/nexusjs (fetched 2026-08-28T04:03:32.300411+00:00, sha 866839de060e)
  - homepage: http://www.nexusjs.com (fetched 2026-08-29T12:52:06.179960+00:00, sha f32f98ace560)
- Data as of 2026-08-30T08:39:29.467469+00:00.
