Skip to content

Commit

Permalink
Add Allenxuxu/gev (#2741)
Browse files Browse the repository at this point in the history
* Add Allenxuxu/gev

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

* Update README.md
  • Loading branch information
Allenxuxu authored and avelino committed Oct 14, 2019
1 parent 06a51dd commit f675744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,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).
* [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, nonblocking, event-loop networking library written in pure Go.
* [gNxI](https://github.com/google/gnxi) - A collection of tools for Network Management that use the gNMI and gNOI protocols.
Expand Down

0 comments on commit f675744

Please sign in to comment.