Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 513 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 513 Bytes

Go TCP socket chat

About

Naive implementation of TCP client-server multiuser chat.

  • Server communicates with clients via JSON
  • Client has slick console-based user interface and old-school ICQ notification sound 🤓

Technologies