← Back to Projects
TCP Chat Server

TCP Chat Server

Go TCP Concurrency

A real-time chat server built from raw TCP sockets to understand network programming fundamentals.

Technical Highlights

  • Concurrent connection handling with goroutines
  • Chat rooms with join/leave and broadcast messaging
  • Private messaging between users
  • Custom text protocol with command parsing