文件名称:rtpengine-client:通过ng协议访问rtpengine的nodejs客户端
文件大小:100KB
文件格式:ZIP
更新时间:2024-05-25 22:28:43
JavaScript
rtpengine-client 基于Promises的Node.js客户端,用于通过ng协议访问rtpengine 用法 const Client = require ( 'rtpengine-client' ) . Client ; const client = new Client ( ) ; client . ping ( 22222 , '39.194.250.246' ) . then ( ( res ) => { console . log ( `received ${ JSON . stringify ( res ) } ` ) ; // {result: 'pong'} } ) . catch ( ( err ) => { console . log ( `Error: ${ err } ` ) ; } ) ; 建立客户 client =
【文件预览】:
rtpengine-client-master
----.eslintrc(3KB)
----yarn.lock(86KB)
----lib()
--------BaseClient.js(3KB)
--------constants.js(302B)
--------WsClient.js(727B)
--------error.js(173B)
--------Client.js(2KB)
----.npmignore(8B)
----examples()
--------websocket.js(278B)
----.travis.yml(68B)
----LICENSE(1KB)
----test()
--------unit.js(5KB)
--------index.js(19B)
----README.md(3KB)
----.gitignore(617B)
----index.js(187B)
----.eslintignore(7B)
----package-lock.json(233KB)
----package.json(788B)