Skip to content

johnnyasantoss/go-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Go

I've created this project to help me grasp the concepts of Go like channels, context and goroutines. The idea is to learn Go by using it and using in a project that I've implemented in other languages as well. Also the project will try to use the minimum dependencies as possible

Goals

  • Basic WS communication
  • Multiple rooms
  • TUI client with GoNCurses
  • Slash commands