Personal project about a Real Time Chat App created with Golang.
A Terminal User Interface (TUI) created with Golang and BubbleTea Library.
A server created with Gin Framework, in which it was implemented authentication with JWT Tokens, the Pub/Sub pattern for chat feature and the use of gorountines for the concurrency of incoming and outcoming messages.
This project is open to pull request and improvements by the community.
- Golang - Programming Language
- MongoDB - Database
- BubbleTea - Library for TUI