您好,登录后才能下订单哦!
本文小编为大家详细介绍“如何使用gRPC”,内容详细,步骤清晰,细节处理妥当,希望这篇“如何使用gRPC”文章能帮助大家解决疑惑,下面跟着小编的思路慢慢深入,一起来学习新知识吧。
实现将自己的一些工具或者 demo 作品 放到 npm 帮助更多开发者理解和学习,构建强大的学习生态
可以直接 安装到你的项目中,入门级理解 gRPC
1、敲这个 命令 输入 npm 上注册的 username password 还有邮箱
npm adduser --registry https://registry.npmjs.org/
2、敲这个
npm publish --registry https://registry.npmjs.org/
{ "name": "grpc-node-demo", "version": "1.2.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js", "client": "node client.js" }, "keywords": [ "grpc", "node", "demo" ], "author": { "name": "Mark_Fu", "weChat": "getXiLan", "url": "https://juejin.cn/user/1741228277763278" }, "license": "ISC", "dependencies": { "@grpc/proto-loader": "^0.7.0", "grpc": "^1.24.11" }, "devDependencies": {}, "description": "To help you quickly create a new Node-GrPC server and understand GRPC quickly, this is a best practice for understanding GRPC", "repository": { "type": "git", "url": "https://github.com/huanhunmao/grpc-node-demo" }, "homepage": "https://github.com/huanhunmao" }
ps:
为啥命令 后面需要带 --registry registry.npmjs.org/ 因为 我这边 设置了全局淘宝源(公司 npm 在淘宝源,这样处理最简单,发布公司的 npm 包 直接 npm publish 即可)
读到这里,这篇“如何使用gRPC”文章已经介绍完毕,想要掌握这篇文章的知识点还需要大家自己动手实践使用过才能领会,如果想了解更多相关内容的文章,欢迎关注亿速云行业资讯频道。
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。