An open API service indexing awesome lists of open source software.

https://github.com/johnnyasantoss/go-chat

A WebSockets chat server and client to learn Go
https://github.com/johnnyasantoss/go-chat

go learning-by-doing websockets websockets-client websockets-server

Last synced: 11 months ago
JSON representation

A WebSockets chat server and client to learn Go

Awesome Lists containing this project

README

          

# 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

- [X] Basic WS communication
- [ ] Multiple rooms
- [ ] TUI client with GoNCurses
- [ ] Slash commands