Skip to content

Built Real time End to End Encrypted Chat App using React.js, Node.js and Socket.io where messages are encrypted using aes algorithm

Notifications You must be signed in to change notification settings

sujitmeshram/E2E-Encrypted-Real-Time-Chat-App-using-React-and-Socket-IO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Chat Application

A real time chat application which is end to end encrypted using AES Algorithm

Youtube Demo

-Used Node.js and Express.js for backend and React.js for frontend.
-Used socket.io for real-time, bi-directional communication between web clients and servers.
-Used AES (Advanced Encryption Standard) algorithm for encrypting and decrypting the messages.

Usage

# Install dependencies
npm install

# Run in development
npm run dev

# Run in production
npm start

About

Built Real time End to End Encrypted Chat App using React.js, Node.js and Socket.io where messages are encrypted using aes algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published