From c74e518beb33ab9b77314d24b570bd41644afb90 Mon Sep 17 00:00:00 2001 From: xtaci Date: Fri, 7 Feb 2020 16:40:38 +0800 Subject: [PATCH] Update README.md (#2930) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5281dc5..74a95a7d 100644 --- a/README.md +++ b/README.md @@ -1260,6 +1260,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [fasthttp](https://github.com/valyala/fasthttp) - Package fasthttp is a fast HTTP implementation for Go, up to 10 times faster than net/http. * [fortio](https://github.com/fortio/fortio) - Load testing library and command line tool, advanced echo server and web UI. Allows to specify a set query-per-second load and record latency histograms and other useful stats and graph them. Tcp, Http, gRPC. * [ftp](https://github.com/jlaffaye/ftp) - Package ftp implements a FTP client as described in [RFC 959](http://tools.ietf.org/html/rfc959). +* [gaio](https://github.com/xtaci/gaio) - High performance async-io networking for Golang in proactor mode. * [gev](https://github.com/Allenxuxu/gev) - gev is a lightweight, fast non-blocking TCP network library based on Reactor mode. * [gmqtt](https://github.com/DrmagicE/gmqtt) - Gmqtt is a flexible, high-performance MQTT broker library that fully implements the MQTT protocol V3.1.1. * [gnet](https://github.com/panjf2000/gnet) - `gnet` is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.