#HTML

Stream videos with Go and Http

Learn how to build a simple video‑streaming server in Go. The article explores HTTP range requests and the <video> element, contrasts HTTP, WebSocket and WebRTC approaches, and demonstrates handling Range headers to serve specific byte ranges for smooth playback

Mohamed Nossirat
Stream videos with Go and Http

Real Time Chat System With Golang, Redis and Server Side Events

Server‑Sent Events provide a lightweight way to push live updates over a single HTTP connection. This post explains SSE’s benefits—simplicity, automatic reconnection and efficiency and walks through building a real‑time chat using Go and Redis Pub/Sub

Mohamed Nossirat
Real Time Chat System With Golang, Redis and Server Side Events