Examples on how to use go-sse
with multiple libraries and frameworks.
Project | Supported | Example |
---|---|---|
chi | ✔ | chi.go |
echo | ✔ | echo.go |
fasthttp | ✘ | |
gin | ✔ | gin.go |
iris | ✔ | iris/main.go |
gorilla/mux | ✔ | gorilla.go |
net/http |
✔ | net_http.go or net_http_options.go |