mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-06-01 14:11:43 +00:00
doc[python]: update doc
This commit is contained in:
@@ -5,7 +5,7 @@ English | [简体中文](./README_CN.md)
|
||||
Why is zfoo protocol ?
|
||||
-----------
|
||||
|
||||
- The protocol currently supports C++ C# Go Java Javascript TypeScript GDScript Lua
|
||||
- The protocol currently supports C++ C# Go Java Javascript TypeScript Lua GDScript Python
|
||||
- Universal distributed server protocol implementation, there are implementations in other languages, which can easily
|
||||
implement RPC, servers, and microservices on other platforms
|
||||
- The fastest custom format framework for Java binary serialization, with the fewest serialized bytes, more secure and
|
||||
@@ -63,7 +63,7 @@ Perfect work development process, complete online solution
|
||||
**JDK 11 or 17**,**OpenJDK** or **Oracle JDK** ,maven install to local repository
|
||||
|
||||
```
|
||||
If you do not have JDK 11+ installed, the quick installation method is to download directly
|
||||
If you do not have JDK installed, the quick installation method is to download directly
|
||||
from Project Structure, Platform Settings, SDKs in the upper right corner of Idea
|
||||
```
|
||||
|
||||
|
||||
+2
-2
@@ -5,7 +5,7 @@
|
||||
Why is zfoo protocol ?
|
||||
-----------
|
||||
|
||||
- 协议原生支持 C++ C# Java Go Javascript TypeScript GDScript Lua
|
||||
- 协议原生支持 C++ C# Java Go Javascript TypeScript Lua GDScript Python
|
||||
- 通用的分布式服务器协议实现,有其它语言的实现,可以轻易实现其它平台的的RPC,微服务
|
||||
- 二进制序列化速度最快的自定义格式框架,并且为序列化字节最少的框架,更加安全,可前后兼容
|
||||
- 单线程的Benchmark测试中,序列化和反序列化速度比Protobuf快50%,比Kryo快100%
|
||||
@@ -58,7 +58,7 @@ Why is zfoo protocol ?
|
||||
**JDK 11 或者 JDK 17**,可以在 **OpenJDK** 和 **Oracle JDK** 无缝切换,下载完本项目,maven install到本地仓库即可使用
|
||||
|
||||
```
|
||||
如果你没有安装JDK 11+,快速的安装方法是在Idea的右上角Project Structure,Platform Settings,SDKs中直接下载
|
||||
如果你没有安装JDK,快速的安装方法是在Idea的右上角Project Structure,Platform Settings,SDKs中直接下载
|
||||
```
|
||||
|
||||
#### 2. [protocol](protocol/README.md) 目前性能最好的Java序列化和反序列化库
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ English | [简体中文](./README_CN.md)
|
||||
- [zfoo protocol](https://github.com/zfoo-project/zfoo/blob/main/protocol/README.md)
|
||||
It is currently the fastest framework for binary serialization and deserialization in Java, and has the fewest
|
||||
serialization bytes
|
||||
- The protocol is currently natively supported **C++ Java Javascript C# Go Lua GDScript**,It's easy to do cross-platform
|
||||
- The protocol is currently natively supported **C++ Java Javascript C# Go Lua GDScript Pythont**,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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
- [zfoo protocol](https://github.com/zfoo-project/zfoo/blob/main/protocol/README.md)
|
||||
是目前的Java二进制序列化和反序列化速度最快的框架,并且为序列化字节最少的框架
|
||||
- 协议目前原生支持 **C++ Java Javascript C# Go Lua GDScript**,可以轻易实现跨平台
|
||||
- 协议目前原生支持 **C++ Java Javascript C# Go Lua GDScript Python**,可以轻易实现跨平台
|
||||
- 协议可以自定义私有协议格式,让你的协议更加安全,支持增加字段和兼容前后版本协议
|
||||
- 兼容protobuf,支持生成protobuf协议文件,提供从pojo到proto的生成方式
|
||||
- proto文件到生成pojo的方式已经有不少jetbrains插件可以做到,可以在idea的plugin中搜索proto
|
||||
|
||||
Reference in New Issue
Block a user