This is a chat application written in GoLang, Grpc and Flutter. It features end-to-end encryption to ensure message confidentiality and privacy between users. Messages are encrypted on the sender's device and decrypted only by the intended recipient. This protects them from interception or unauthorized access during transmission. Currently, the backend supports in-memory messaging only. In future iterations, support for persistent storage using various databases and volumes will be added to enhance reliability and scalability.
-
Notifications
You must be signed in to change notification settings - Fork 0
dulguunb/chatter-go
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A fast chat application written in GoLang, Grpc and Watermill