Skip to content

Commit

Permalink
build[release]: first zfoo 3.1.4 release for java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Sep 21, 2023
1 parent 0093eb3 commit cf6b35d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.**

Expand Down
11 changes: 1 addition & 10 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -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
- **高可拓展性**,单台服务器部署,微服务部署,注册中心加集群部署,网关加集群部署,随意搭配
- **上能做游戏服务器框架,下能做应用网站服务器框架**

Expand Down

0 comments on commit cf6b35d

Please sign in to comment.