Gathering detailed insights and metrics for node-zookeeper-dubbo-wxx
Gathering detailed insights and metrics for node-zookeeper-dubbo-wxx
Gathering detailed insights and metrics for node-zookeeper-dubbo-wxx
Gathering detailed insights and metrics for node-zookeeper-dubbo-wxx
npm install node-zookeeper-dubbo-wxx
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
12 Commits
1 Watchers
1 Branches
2 Contributors
Updated on Apr 06, 2017
Latest Version
1.0.9
Package Id
node-zookeeper-dubbo-wxx@1.0.9
Size
4.38 kB
NPM Version
3.10.10
Node Version
6.9.5
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
此项目用于node服务连接zookeeper,通过zookeeper分配的服务器信息,连接java的dubbo服务通过hession协议进行高效的数据通信。
nodejs connect dubbo by default protocol in zookeeper
dubbo service version
zookeeper conn url
the service you need
dubbo version
1var Service=require('node-zookeeper-dubbo-qk'); 2 3var opt={ 4 env:'test', // dubbo service version 5 gruop:'dubbo', // dubbo group default by 'dubbo',optional 6 conn:'127.0.0.1:2180', // zookeeper url 7 path:'com.customer.Service', // service url 8 version:'2.3.4.5' // dubbo version 9} 10 11var method="getUserByID"; 12var arg1={$class:'int',$:123} 13var args=[arg1]; 14 15var service = new Service(opt); 16service.excute(method,args,function(err,data){ 17 if(err){ 18 console.log(err); 19 return; 20 } 21 console.log(data) 22}) 23 24or 25 26service 27 .excute(method,args) 28 .then(function(data){ 29 console.log(data); 30 }) 31 .catch(function(err) { 32 console.log(err); 33 }) 34
you can use js-to-java
1var arg1={$class:'int',$:123}; 2//equivalent 3var arg1=java('int',123);
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/12 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More