适用于windows的node.js版本管理工具 github/下载地址:https://github.com/coreybutler/nvm-windows 进入realease页面, #当前已经安装的版本和正在使用的版本 nvm list #output: * 22.16.0 (Cur
protobuf(protocol buffer)是google开发的数据序列化协议,特点有高效、轻量级、用来在不同的系统之间交换结构化数据,尤其适合网络通信和存储。pb序列化后是紧凑的二进制格式 gRPC是由google开发的高效远程调用框架。 以下用golang来写gRPC服务 安装pb编绎器