tsdns:适用于Node.js的TeamSpeak 3 DNS(TSDNS)实现

时间:2024-06-11 07:49:00
【文件属性】:

文件名称:tsdns:适用于Node.js的TeamSpeak 3 DNS(TSDNS)实现

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-11 07:49:00

JavaScript

tsdns 适用于Node.js的TeamSpeak 3 DNS(TSDNS)实现 安装 $ npm install --save tsdns 用法 tsdns要求您使用带有特殊标志的io.js,因为它是用ES6功能编写的: $ iojs --use_strict --harmony_arrow_functions your-app.js let TSDNS = require ( 'tsdns' ) ; let tsdns = new TSDNS ( /* port = 41144, host = all interfaces */ ) ; tsdns . on ( 'listening' , ( ) => console . log ( 'listening' ) ) ; tsdns . on ( 'error' , error => console .


【文件预览】:
tsdns-master
----LICENSE(1KB)
----test()
--------index.js(885B)
----README.md(1KB)
----.gitignore(526B)
----index.js(2KB)
----package.json(606B)

网友评论