johnnyasantoss / go-chat

A WebSockets chat server and client to learn Go

Repository from Github https://github.comjohnnyasantoss/go-chatRepository from Github https://github.comjohnnyasantoss/go-chat

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

About

A WebSockets chat server and client to learn Go


Languages

Language:Go 100.0%