Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 218 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 218 Bytes

Chat Application Back-end

Chat application with groups functionality using WebSockets.

Supports:

  • Creating Groups
  • Managing Group Members
  • Messaging

Used:

  • Golang
  • WebSocket (Gorilla)
  • Mediator Pattern