Changed examples/ subfolder structure

This commit is contained in:
Joseph Henry
2017-10-15 14:16:05 -07:00
parent 9d26af1b64
commit 3598c675d6
88 changed files with 6 additions and 5276 deletions

View File

@@ -1,13 +0,0 @@
var nbind = require('nbind')
var ZT = nbind.init().lib.ZT
module.exports = {
accept: ZT.accept,
bindPort: ZT.bind,
getDeviceId: ZT.getDeviceId,
getIpV4Address: ZT.getIpV4Address,
listen: ZT.listen,
running: ZT.running,
simpleStart: ZT.simpleStart,
socket: ZT.socket
}