From 3d0eec51b7f5a49acbcb73f4a010594fff66572f Mon Sep 17 00:00:00 2001 From: Eduardo Nunes Pereira Date: Mon, 26 Oct 2015 22:20:08 -0200 Subject: [PATCH] Added SSLB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d2fc6c8..dbe17859 100644 --- a/README.md +++ b/README.md @@ -533,6 +533,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [sftp](https://github.com/pkg/sftp) - Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt. * [tcp_server](https://github.com/firstrow/tcp_server) - A Go library for building tcp servers faster. * [utp](https://github.com/anacrolix/utp) - Go uTP micro transport protocol implementation. +* [sslb](https://github.com/eduardonunesp/sslb) - It's a Super Simples Load Balancer, just a little project to achieve some kind of performance. ## OpenGL