mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-16 22:24:19 +00:00
doc[zfoo]: update document
This commit is contained in:
@@ -4,9 +4,8 @@ English | [简体中文](./README_CN.md)
|
||||
## Ⅰ. Introduction of zfoo🚩
|
||||
|
||||
- **Extremely fast, asynchronous, actor design, lock free, universal RPC framework, native GraalVM support**
|
||||
- **Decentralized serialization [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.**
|
||||
- **[zfoo protocol](protocol/README.md)**, supports C++ Rust Java/Kotlin/Scala JavaScript/TypeScript/ES C# Go Php Ruby Lua GDScript Python Dart Swift
|
||||
|
||||
Perfect work development process, complete online solution
|
||||
|
||||
|
||||
+1
-1
@@ -5,9 +5,9 @@
|
||||
-----------
|
||||
|
||||
- **极致性能,天生异步,Actor设计思想,无锁化设计,全场景RPC框架,native GraalVM支持**
|
||||
- **去中心化序列化框架 [zfoo protocol](protocol/README.md)**,协议原生支持 C++ C# Java Go Javascript TypeScript Lua GDScript Python
|
||||
- **高可拓展性**,单台服务器部署,微服务部署,注册中心加集群部署,网关加集群部署,随意搭配
|
||||
- **上能做游戏服务器框架,下能做应用网站服务器框架**
|
||||
- **[zfoo protocol](protocol/README.md)**,协议原生支持 C++ Rust Java/Kotlin/Scala JavaScript/TypeScript/ES C# Go Php Ruby Lua GDScript Python Dart Swift
|
||||
|
||||
完善的工作开发流程,完整的线上解决方案
|
||||
|
||||
|
||||
+2
-2
@@ -4,12 +4,12 @@ English | [简体中文](./README_CN.md)
|
||||
|
||||
- A decentralized serialization library, secure, private, reliable, and compatible, allowing everyone to have a unique
|
||||
set of protocols
|
||||
- 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
|
||||
- Support to generate ProtoBuf's Proto file to Pojo protocol file, and the generated protocol can be converted to other
|
||||
protocols and used by Java
|
||||
- The protocol is currently natively supported **C++ Rust Java/Kotlin/Scala JavaScript/TypeScript/ES C# Go Php Ruby Lua
|
||||
GDScript Python Dart Swift**
|
||||
|
||||
### Ⅱ. Quick use
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
### Ⅰ. 简介
|
||||
|
||||
- 去中心化网络序列化库,安全可靠,自定义私有协议格式,可前后兼容,让每个人都拥有一套独一无二的协议
|
||||
- 协议目前原生支持 **C++ Java JavaScript TypeScript C# Go Lua GDScript Python**,可以轻易实现跨平台
|
||||
- 支持将protobuf的proto文件到生成到pojo协议文件,生成完成的协议不仅可以被转为其它协议也可以被java使用
|
||||
- 协议目前原生支持 **C++ Rust Java/Kotlin/Scala JavaScript/TypeScript/ES C# Go Php Ruby Lua GDScript Python Dart Swift**
|
||||
|
||||
### Ⅱ. 快速使用
|
||||
|
||||
|
||||
Reference in New Issue
Block a user