d5/node.native
C++11 port for the Node: native performance and modern simplicity. 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
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
- readme: https://github.com/d5/node.native · fetched 2026-08-28 · aaa7c51fd726
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| d5/node.native | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem