You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Joseph Henry ec323c9842 Added basic DNS functionality, fixed stack smashing bug, organizational improvements 9 years ago
..
tmp Create node example directory 9 years ago
.gitignore Create node example directory 9 years ago
README.md Create node example directory 9 years ago
auto-top.gypi Create node example directory 9 years ago
auto.gypi Create node example directory 9 years ago
autogypi.json Create node example directory 9 years ago
binding.cc Added basic DNS functionality, fixed stack smashing bug, organizational improvements 9 years ago
binding.gyp Create node example directory 9 years ago
httpServer.js Create node example directory 9 years ago
libzt.js Create node example directory 9 years ago
package.json Create node example directory 9 years ago
test.js Create node example directory 9 years ago

README.md

Setup

  • Make sure you build libzt first
  • npm install
  • node test.js
  • npm run -- node-gyp rebuild if you modify binding.cc or libzt