Giggle Chat is a chat application with a Node.js backend which provides a blazingly fast and secure communication line for text-based chatting.
- Chats saved into the database are Encrypted
- Communication Links with Friend Request System
- Private Chats
- 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.