From 9117e2a75f8807de7098cdb326e3add693da110b Mon Sep 17 00:00:00 2001 From: Rakeki Date: Tue, 10 Dec 2019 14:25:59 +0000 Subject: [PATCH] Add gosocsvr (#2836) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b670f145..1b67fa3a 100644 --- a/README.md +++ b/README.md @@ -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.*