mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add event to networking (#4968)
This commit is contained in:
parent
e4d782899c
commit
5f9f192e16
@ -1852,6 +1852,7 @@ _Libraries for working with various layers of the network._
|
||||
- [easytcp](https://github.com/DarthPestilane/easytcp) - A light-weight TCP framework written in Go (Golang), built with message router. EasyTCP helps you build a TCP server easily fast and less painful.
|
||||
- [ether](https://github.com/songgao/ether) - Cross-platform Go package for sending and receiving ethernet frames.
|
||||
- [ethernet](https://github.com/mdlayher/ethernet) - Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags.
|
||||
- [event](https://github.com/cheng-zhongliang/event) - Simple I/O event notification library wirtten in Golang.
|
||||
- [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](https://tools.ietf.org/html/rfc959).
|
||||
|
Loading…
Reference in New Issue
Block a user