WebShippedPublic

Realtime Chat (Go)

Personal engineering2024

A real-time chat API written in Go with the Gin framework, covering auth, conversations and live messaging.

Go

// stack

Go
Gin

// architecture

Go + Gin · REST API with documented endpoints · real-time message delivery

// overview

A chat backend in Go using Gin — user registration and authentication, conversations, and real-time message delivery, with documented REST endpoints.

// what was built

  • ·Written in Go with the Gin web framework — a deliberate step outside the Node and Python stack.
  • ·Covers registration, authentication, conversations and live messaging.