gocomet A Go implementation of the Bayeux Protocol. Installation go get github.com/balzaczyy/gocomet Usage import comet "github.com/balzaczyy/gocomet" ... http.Handle("/cometd", comet.New()) License MIT, see LICENSE.txt.