Just a toy Node/Express project for learning how to interface NodeJS with Native/C++ Addons
- Run "npm install"
- Run "node-gyp configure"
- Run "node-gyp build"
- After building, run "node ./"
- Navigate to localhost:3000/ (or whatever port number you have chosen) from a web browser