Skip to content

Commit

Permalink
doc[protocol]: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Oct 19, 2023
1 parent 4ebc384 commit 0c7a77d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ English | [简体中文](./README_CN.md)
-----------

- **Extremely fast, asynchronous, actor design pattern, lock free, RPC framework, native GraalVM support**
- **Ultimate performance serialization and deserialization [zfoo protocol](protocol/README.md)**,supports C++ C# Go Java
- **Decentralized and ultimate serialization and deserialization [zfoo protocol](protocol/README.md)**,supports C++ C# Go Java
Javascript TypeScript Lua GDScript Python
- **High scalability**,Single server deployment, microservice deployment, cluster deployment, gateway deployment
- **Can be used as a game server framework or website server framework.**
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-----------

- **极致性能,天生异步,Actor设计思想,无锁化设计,万能RPC框架,native GraalVM支持**
- **极致序列化 [zfoo protocol](protocol/README.md)**,协议原生支持 C++ C# Java Go Javascript TypeScript Lua GDScript
- **去中心化极致序列化框架 [zfoo protocol](protocol/README.md)**,协议原生支持 C++ C# Java Go Javascript TypeScript Lua GDScript
Python
- **高可拓展性**,单台服务器部署,微服务部署,注册中心加集群部署,网关加集群部署,随意搭配
- **上能做游戏服务器框架,下能做应用网站服务器框架**
Expand Down
3 changes: 1 addition & 2 deletions protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ English | [简体中文](./README_CN.md)

### Ⅰ. Introduction

- [zfoo protocol](https://github.com/zfoo-project/zfoo/blob/main/protocol/README.md)
Ultimate performance binary serialization and deserialization in Java, and has the fewest serialization bytes
- 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 can customize the private protocol format to make your protocol more secure, and supports adding fields
and being compatible with previous and subsequent protocols
Expand Down
3 changes: 1 addition & 2 deletions protocol/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

### Ⅰ. 简介

- [zfoo protocol](https://github.com/zfoo-project/zfoo/blob/main/protocol/README.md)
是极致性能的Java二进制序列化和反序列化的框架,并且为序列化字节最少的框架
- 为元宇宙而生的去中心化网络序列化库,安全私有,可前后兼容,让每个人都拥有一套独一无二的协议
- 协议目前原生支持 **C++ Java Javascript C# Go Lua GDScript Python**,可以轻易实现跨平台
- 协议可以自定义私有协议格式,让你的协议更加安全,支持增加字段和兼容前后版本协议
- 兼容protobuf,支持生成protobuf协议文件,提供从pojo到proto的生成方式
Expand Down

0 comments on commit 0c7a77d

Please sign in to comment.