From d016aca89b54d2b44dcee3b717e9e5f4afaaf101 Mon Sep 17 00:00:00 2001 From: J Cuga Date: Fri, 13 Nov 2015 11:13:17 -0500 Subject: [PATCH] Added golongpoll for web pub-sub vialongpolling --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f74fe139..d91671cd 100644 --- a/README.md +++ b/README.md @@ -876,6 +876,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Goat](https://github.com/bahlo/goat) - A minimalistic REST API server in Go * [gocraft/web](https://github.com/gocraft/web) - A mux and middleware package in Go. * [Goji](https://github.com/zenazn/goji) - Goji is a minimalistic web framework for Golang that's high in antioxidants. +* [golongpoll](https://github.com/jcuga/golongpoll) - HTTP longpoll server library that makes web pub-sub simple. * [Gondola](https://github.com/rainycape/gondola) - The web framework for writing faster sites, faster * [goose](https://github.com/ian-kent/goose) - Server Sent Events in Go * [Gorilla](https://github.com/gorilla/) - Gorilla is a web toolkit for the Go programming language.