egret项目中使用protobufjs

本文介绍了如何在egret项目中集成和使用protobuf,包括protobuf的基本概念,如何在工程根目录创建tool文件夹并安装protobufjs和@egret/protobuf,配置package.json,以及.proto文件的管理和生成对应的.js和.d.ts文件。最后,文章提到了在项目中通过namespace msg简单调用protobuf进行前后端数据交互。
摘要由CSDN通过智能技术生成

Protobuf 介绍

Protocol buffers are Google’s language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. 【来自Protocol Buffers
介绍】

集成protobuf文件

在工程根目录下新建 tool 文件夹,其下主要安装工程所需各种 npm 包,用于将 .proto 文件生成对应 .js 和 .d.ts 文件。

进入 tool 文件夹下,运行以下命令:

npm init -y

npm i protobufjs

npm i @egret/protobuf

因为我们是将 protobufjs@egret/protobuf 安装到本地工程,没有全局安装,所以需要在

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值