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

d5/node.native

C++11 port for the Node: native performance and modern simplicity. observed · 2026-08-28

github.com/d5/node.native · C++ · MIT (permissive) 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5325
  • days_rel: n/a
  • days_push: 3736
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1162 stars · 146 forks observed · 2026-08-28

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

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

library · maturity abandoned

http-server web-framework concurrency web-development backend developer-tools cpp cross-platform c++11 libuv nodejs-port header-only event-driven linux macos

1 source

Member repositories

RepositoryRoleHealth v2
d5/node.nativemain32

For agents

markdown · JSON · MCP: product_card(name="d5/node.native")

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