Back to GitHub trending

AldiRvn/port-go-sse

Server-Sent Event with Go Language

Go2 stars0 forks
View on GitHubShare on X

What it does

The port-go-sse repository provides a simple implementation of Server-Sent Events (SSE) using the Go programming language. This allows developers to easily stream real-time updates to web clients, making it useful for applications that require live data feeds.

Star history

2026-08-23 → 2026-09-110 stars

Tracking

Last trending
2026-02-21

Creator kit

Hook

Discover how to implement real-time data streaming in your Go applications with Server-Sent Events!

Content angles

  • Create a tutorial on setting up a Go server with SSE for real-time notifications.
  • Compare Server-Sent Events with WebSockets and discuss use cases for each.
  • Build a demo project that visualizes live data updates using the port-go-sse implementation.

Who should care

Developers looking to implement real-time features in their applications using Go.