doc[protocol]: update doc

This commit is contained in:
godotg
2023-10-19 13:30:57 +08:00
parent 0c7a77de0e
commit de67753fda
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ English | [简体中文](./README_CN.md)
### . Introduction
- A decentralized network serialization library for the metaverse, secure, private, and compatible, allowing everyone to have a unique set of protocols
- The protocol is currently natively supported **C++ Java Javascript C# Go Lua GDScript Python**It's easy to do cross-platform
- The protocol is currently natively supported **C++ Java Javascript TypeScript C# Go Lua GDScript Python**It's easy to do cross-platform
- The protocol can customize the private protocol format to make your protocol more secure, and supports adding fields
and being compatible with previous and subsequent protocols
- Compatible with Protobuf, it supports the generation of Protobuf protocol files, and provides a generation method from
+1 -1
View File
@@ -3,7 +3,7 @@
### . 简介
- 为元宇宙而生的去中心化网络序列化库,安全私有,可前后兼容,让每个人都拥有一套独一无二的协议
- 协议目前原生支持 **C++ Java Javascript C# Go Lua GDScript Python**,可以轻易实现跨平台
- 协议目前原生支持 **C++ Java JavaScript TypeScript C# Go Lua GDScript Python**,可以轻易实现跨平台
- 协议可以自定义私有协议格式,让你的协议更加安全,支持增加字段和兼容前后版本协议
- 兼容protobuf,支持生成protobuf协议文件,提供从pojo到proto的生成方式
- proto文件到生成pojo的方式已经有不少jetbrains插件可以做到,可以在idea的plugin中搜索proto