![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
ishare-test
Advanced tools
ishare
是一个nodejs客户端,其配合zookeeper来提供服务协调的功能。用户可以使用此客户端在zookeeper上方便的注册服务或者获取服务。服务注册注销和服务之间的相互调用变得非常便捷。
经常会有这样的一些场景:
上述四种为常见情况,如果服务很多,相互之间的调用关系复杂,那么上述问题造成的麻烦会以指数级增长,一个失误就会引起线上的故障。怎么办?ishare
帮你搞定一切。
见interface.md文件
$ npm install ishare
var iShare = require('ishare').createClient({
zookeeper:'',//zk地址
username:'',//用户名(暂无用)
password:'',//密码(暂无用)
cachepath:''//本地化文件路径
});
修改test/test_config目录中的zk地址,然后在根目录下运行make就可以进行单元测试
IShare详细的使用方式可以参考test目录下单元测试,如有问题欢迎和我联系,见下面联系方式。
FAQs
nodejs client for service coodernation with zookeeper
The npm package ishare-test receives a total of 2 weekly downloads. As such, ishare-test popularity was classified as not popular.
We found that ishare-test demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.