mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-25 20:02:53 +00:00
build[release]: first zfoo 3.1.4 release for java 17
This commit is contained in:
@@ -1,23 +1,11 @@
|
||||
English | [简体中文](./README_CN.md)
|
||||
<a href="https://github.com/zfoo-project/zfoo"><img src="/doc/image/logo.jpg" width="30%"></a>
|
||||
|
||||
-----------
|
||||
Why is zfoo protocol ?
|
||||
-----------
|
||||
|
||||
- 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
|
||||
- Very fast custom format framework for Java binary serialization, with the fewest serialized bytes, more secure and
|
||||
compatible
|
||||
- In the single-threaded benchmark test, serialization and deserialization are 50% faster than Protobuf and 100% faster
|
||||
than Kryo
|
||||
|
||||
Ⅰ. Introduction of zfoo🚩
|
||||
-----------
|
||||
|
||||
- **Extremely fast, asynchronous, Actor design pattern, lock-free design, RPC framework based on Spring MVC**
|
||||
- **Very fast serialization and deserialization**,use [zfoo protocol](protocol/README.md) as a network protocol
|
||||
- **Extremely fast, asynchronous, Actor design pattern, lock-free design, RPC framework, GraalVM native support**
|
||||
- **Ultimate performance 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.**
|
||||
|
||||
|
||||
+1
-10
@@ -1,20 +1,11 @@
|
||||
简体中文 | [English](./README.md)
|
||||
<a href="https://github.com/zfoo-project/zfoo"><img src="/doc/image/logo.jpg" width="30%"></a>
|
||||
|
||||
-----------
|
||||
Why is zfoo protocol ?
|
||||
-----------
|
||||
|
||||
- 协议原生支持 C++ C# Java Go Javascript TypeScript Lua GDScript Python
|
||||
- 通用的分布式服务器协议实现,有其它语言的实现,可以轻易实现其它平台的的RPC,微服务
|
||||
- 二进制序列化速度极致快的自定义协议格式框架,并且为序列化字节最少的框架,更加安全,可前后兼容
|
||||
- 单线程的Benchmark测试中,序列化和反序列化速度比Protobuf快50%,比Kryo快100%
|
||||
|
||||
Ⅰ. zfoo简介🚩
|
||||
-----------
|
||||
|
||||
- **极致性能,天生异步,Actor设计思想,无锁化设计,MVC式用法的万能RPC框架**
|
||||
- **极致序列化**,原生集成目前二进制序列化和反序列化速度极快的 [zfoo protocol](protocol/README.md) 作为网络通讯协议
|
||||
- **极致序列化 [zfoo protocol](protocol/README.md)**,协议原生支持 C++ C# Java Go Javascript TypeScript Lua GDScript Python
|
||||
- **高可拓展性**,单台服务器部署,微服务部署,注册中心加集群部署,网关加集群部署,随意搭配
|
||||
- **上能做游戏服务器框架,下能做应用网站服务器框架**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user