Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

#badjs-openapi-client

for connect badjs-api

#install

 npm install badjs-openapi-client

#Usage

varopenClient=require("badjs-openapi-client");varopenClient=Client({port : 9500,host : "127.0.0.1",appkey : "1f3d368d87a767d9134d99cee392b062"},function(err){console.log(err ? "connect fail" : "connect succ ");})openClient.on("data",function(data){console.log(data);})openClient.on("close",function(data){console.log("close");});setTimeout(function(){client.close();},10000)

About

for connect badjs-mq

Resources

Stars

2 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages