From 66d39b01fa18fc780b545677434f311998b386e7 Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 13 Oct 2016 10:26:20 +0800 Subject: [PATCH] Add lhttp lhttp is a http like protocol using websocket to provide long live --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c896b41b..c82c61fb 100644 --- a/README.md +++ b/README.md @@ -682,6 +682,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [graval](https://github.com/koofr/graval) - An experimental FTP server framework. * [kcp-go](https://github.com/xtaci/kcp-go) - KCP - A Fast and Reliable ARQ Protocol. * [kcptun](https://github.com/xtaci/kcptun) - An extremely simple & fast udp tunnel based on KCP protocol +* [lhttp](https://github.com/fanux/lhttp) - A powerful websocker framework, build your IM server more easily. * [linkio](https://github.com/ian-kent/linkio) - Network link speed simulation for Reader/Writer interfaces * [llb](https://github.com/kirillDanshin/llb) - It's a very simple but quick backend for proxy servers. Can be useful for fast redirection to predefined domain with zero memory allocation and fast response. * [mdns](https://github.com/hashicorp/mdns) - Simple mDNS (Multicast DNS) client/server library in Golang