• Stars
    star
    1
  • Language
    JavaScript
  • License
    MIT License
  • Created 5 months ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A real-time chat application built with Node.js, Express, and Socket.io, featuring end-to-end encryption (E2EE) using RSA-OAEP. Users can join chat rooms, send encrypted messages, and use an emoji picker. Ensures privacy with sender-side encryption and recipient-side decryption. Future enhancements include user authentication and file sharing.