/wc-demo

A simple word-counting demo to showcase Neon.

Primary LanguageJavaScript

wc-demo

A simple word-counting demo to showcase Neon.

Setup

See the requirements for Neon (TL;DR: Node, Rust, and on OS X, XCode).

Build and run

From the project root directory, run:

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