Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 548 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 548 Bytes

GOCHATSERVER

IRC-like CLI chat server and client

Features:

  • Connect using custom name
  • Global chat room
  • Auto-disconnect after 5 minutes
  • Non-blocking messaging

Screenshots:

  • Server start 1.png
  • Client 1 connects 2.png
  • Client 2 connects and sends message 3.png
  • Client 1 receives message 4.png
  • Client 1 disconnects and client 2 receive notification 5.png
  • Server disconnects and client 2 receive notification 6.png