Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 582 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 582 Bytes

Chatterfly

Chatterfly is a chat application built using Golang and websockets.

Features

  • Real-time messaging using websockets
  • Session management with Redis
  • User data, chat room data, and chat data stored in MongoDB
  • Use of cookies for authentication and security

Usage

  1. Login
  2. Create a chatroom (multi-user)
  3. Add a new member to the chatroom
  4. Enjoy chat time

Running locally