Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 937 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 937 Bytes

Private Chat Web App

Giggle Chat is a chat application with a Node.js backend which provides a blazingly fast and secure communication line for text-based chatting.

General Features

  • Chats saved into the database are Encrypted
  • Communication Links with Friend Request System
  • Private Chats

Technical Details

  • Real Time Duplex Connection Rooms with Socket.IO
  • Chat Data securely saved with AES Encryption implemented by CryptoJS
  • Data Storage in MongoDB
  • Express used as Node Server and Routing framework
  • Server-side Rendering with Handlebars Rendering Engine

For the current Dependencies of the appplication, check package.json file.