Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 528 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 528 Bytes

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("./")'