Add gosocsvr (#2836)

This commit is contained in:
Rakeki 2019-12-10 14:25:59 +00:00 committed by Andy Pan
parent 1a7b25983d
commit 9117e2a75f

View File

@ -1239,6 +1239,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gopcap](https://github.com/akrennmair/gopcap) - Go wrapper for libpcap.
* [goshark](https://github.com/sunwxg/goshark) - Package goshark use tshark to decode IP packet and create data struct to analyse packet.
* [gosnmp](https://github.com/soniah/gosnmp) - Native Go library for performing SNMP actions.
* [gosocsvr](https://github.com/rakeki/gosocsvr) - Socket server made simple.
* [gotcp](https://github.com/gansidui/gotcp) - Go package for quickly writing tcp applications.
* [grab](https://github.com/cavaliercoder/grab) - Go package for managing file downloads.
* [graval](https://github.com/koofr/graval) - Experimental FTP server framework.
@ -1475,6 +1476,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [SFTPGo](https://github.com/drakkan/sftpgo) - Full featured and highly configurable SFTP server software.
* [yakvs](https://git.sci4me.com/sci4me/yakvs) - Small, networked, in-memory key-value store.
## Stream Processing
*Libraries and tools for stream processing and reactive programming.*