neon-bindings/examples

A collection of examples of Neon

334

stars

38

commits

Mar 17, 2026

updated

examples
native-module
neon
node
rust
v8

README

neon-examples

Github Actions

Examples and common patterns for Neon.

Table of Contents

ExampleDescription
async-sqliteAsync interface to a SQLite database
cpu-countReturn the number of CPUs
gzip-streamAsynchronously compress a stream of data
hello-worldReturn a JS String with a greeting message
tokio-fetchAsynchronously fetch a node release date

Contributing

Setup

The examples repository uses the npm 7 workspaces feature.

# npm 7 is required
npm --version

git clone https://github.com/neon-bindings/examples.git
cd examples
npm install

Tests

npm test

Contributors

kjvalencik

32 commits

syohex

2 commits

amilajack

1 commits

neon-bindings/examples

A collection of examples of Neon

334

stars

38

commits

Mar 17, 2026

updated

examples
native-module
neon
node
rust
v8

README

neon-examples

Github Actions

Examples and common patterns for Neon.

Table of Contents

ExampleDescription
async-sqliteAsync interface to a SQLite database
cpu-countReturn the number of CPUs
gzip-streamAsynchronously compress a stream of data
hello-worldReturn a JS String with a greeting message
tokio-fetchAsynchronously fetch a node release date

Contributing

Setup

The examples repository uses the npm 7 workspaces feature.

# npm 7 is required
npm --version

git clone https://github.com/neon-bindings/examples.git
cd examples
npm install

Tests

npm test

Contributors

kjvalencik

32 commits

syohex

2 commits

amilajack

1 commits