Skip to content

Commit

Permalink
update readme (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allenxuxu authored Mar 30, 2021
1 parent 57f98ad commit 7ac1dc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#### 中文 | [English](README.md)

`gev` 是一个轻量、快速的基于 Reactor 模式的非阻塞 TCP 网络库,支持自定义协议,轻松快速搭建高性能服务器。
`gev` 是一个轻量、快速的基于 Reactor 模式的非阻塞 TCP 网络库 / websocket server,支持自定义协议,轻松快速搭建高性能服务器。

## 特点

Expand All @@ -19,9 +19,9 @@
- 异步读写
- 自动清理空闲连接
- SO_REUSEPORT 端口重用支持
- 支持 WebSocket/Protobuf
- 支持 WebSocket/Protobuf, 自定义协议
- 支持定时任务,延时任务
- 支持自定义协议
- 开箱即用的高性能 websocket server

## 网络模型

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#### [中文](README-ZH.md) | English

`gev` is a lightweight, fast non-blocking TCP network library based on Reactor mode.
`gev` is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode.

Support custom protocols to quickly and easily build high-performance servers.

Expand All @@ -21,9 +21,9 @@ Support custom protocols to quickly and easily build high-performance servers.
- Asynchronous read and write
- SO_REUSEPORT port reuse support
- Automatically clean up idle connections
- Support WebSocket/Protobuf
- Support WebSocket/Protobuf, custom protocols
- Support for scheduled tasks, delayed tasks
- Support for custom protocols
- High performance websocket server

## Network model

Expand Down

0 comments on commit 7ac1dc1

Please sign in to comment.