Create node example directory

This commit is contained in:
Travis LaDuke
2017-06-28 09:35:11 -07:00
parent efe5d15143
commit fc210c9be5
12 changed files with 236 additions and 0 deletions

5
examples/node/README.md Normal file
View File

@@ -0,0 +1,5 @@
# Setup
- Make sure you build libzt first
- `npm install`
- `node test.js`
- `npm run -- node-gyp rebuild` if you modify binding.cc or libzt