Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 434 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 434 Bytes

go-tcp-chat-server

A very basic terminal based tcp chat server to practice and demonstrate my understanding of golang. Additional features may be added throughout its existence

Installation (Coming soon)

Commands

  • /setname - sets the display name of the user's choice (default: anonymous)
  • /join <roomname> - joins the provided room name
  • /create <roomname> - creates a new room
  • /quit - leaves the chat room