Add gnet to the networking section (#2715)

This commit is contained in:
Andy Pan 2019-09-21 03:59:05 +08:00 committed by Ceriath
parent fd47c2ca06
commit 9f3c2fd3d0

View File

@ -1193,6 +1193,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [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).
* [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.
* [go-getter](https://github.com/hashicorp/go-getter) - Go library for downloading files or directories from various sources using a URL.
* [go-powerdns](https://github.com/joeig/go-powerdns) - PowerDNS API bindings for Golang.