Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 345 Bytes

File metadata and controls

11 lines (9 loc) · 345 Bytes

ExcessivelyComplicatedCalculator

Just a toy Node/Express project for learning how to interface NodeJS with Native/C++ Addons

Building

  1. Run "npm install"
  2. Run "node-gyp configure"
  3. Run "node-gyp build"

Using

  1. After building, run "node ./"
  2. Navigate to localhost:3000/ (or whatever port number you have chosen) from a web browser