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
- Host: GitHub
- URL: https://github.com/johnnyasantoss/go-chat
- Owner: johnnyasantoss
- Created: 2024-03-04T01:46:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T01:46:29.000Z (over 2 years ago)
- Last Synced: 2025-06-22T08:49:00.536Z (12 months ago)
- Topics: go, learning-by-doing, websockets, websockets-client, websockets-server
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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