/neon-demo

A demo of using Neon for integrating Rust and Node.js.

Primary LanguageRust

A demo of using Neon to integrate Rust and Node.

Setup

Note: this is currently only working on OS X.

OS X

  • XCode
  • Node: v4 or later. I recommend using nvm:
% nvm install 4

Running the Demo

The whole build process is automated as part of package installation, so building and running is straightforward:

% nvm use 4
% npm install
% node -e 'require("./")'