# d5/node.native

C++11 port for the Node: native performance and modern simplicity.

Repository: https://github.com/d5/node.native
Canonical: https://ross.abutalabs.com/products/nodenative
Language: C++
License: MIT
License Family: permissive
Last push: 2016-06-10T22:27:47+00:00

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

## Adoption (not part of the score)
Stars 1162, forks 146 (observed 2026-08-28T04:03:49.630147+00:00)

## What it is
node.native is a C++11 port of the node.js programming model, providing an event-driven, asynchronous HTTP server and runtime built on libuv and http-parser. It is a header-only library that lets C++ developers write non-blocking server applications with a node.js-style callback API.

## Use cases
- write an http server in c++
- build event-driven network applications in c++
- use node.js style async programming in c++
- create a simple rest server with c++
- port node.js patterns to native code
- build a lightweight web server without node runtime

## When to choose
- you want node.js-style asynchronous I/O with native C++ performance
- you need a header-only C++ library for building HTTP servers
- you are comfortable with C++11 and libuv

## When to avoid
- you need a maintained, production-ready framework (last release 2016, project abandoned)
- you want a full node.js ecosystem with npm packages
- you need extensive documentation or community support

## Facets
- artifact type: library
- maturity: abandoned
- function: http-server, web-framework, concurrency
- domain: web-development, backend, developer-tools
- platform: cpp, cross-platform
- tags: c++11, libuv, nodejs-port, header-only, event-driven, linux, macos

## Member repositories
- d5/node.native (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:49.630147+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:31:37.843078+00:00, confidence not recorded.
  - readme: https://github.com/d5/node.native (fetched 2026-08-28T04:03:49.630147+00:00, sha aaa7c51fd726)
- Data as of 2026-08-30T08:39:29.467469+00:00.
