Server-Sent Events in Go

Server-sent events (SSE) is a technology where a browser receives automatic updates from a server via HTTP connection.

The chat and the charts data is provided in realtime using the SSE implemention of Gin Framework.

{{if not .nick}}
{{end}}
Nick Message
{{if .nick}}
{{end}} {{if not .nick}}
Join the SSE real-time chat
{{end}}

Number of Goroutines

HEAP/Stack bytes

Mallocs/Frees