Skip to content

This is real time chat app using React and Socket IO with E2E Encryption.

License

Notifications You must be signed in to change notification settings

s4birli/ReactSocketApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactSocketApp

This is real time chat app using React and Socket IO with E2E Encryption.

** Please Do not forget to install node **

Install BackEnd depencies

cd backend
npm init –y
npm i socket.io express cors colors
npm i -D nodemon

Install FrontEnd depencies

cd frontend
npm i node-sass react-redux react-router-dom redux socket.io-client aes256

Run the backend

cd backend
node server.js

Run the frontend

cd frontend
npm start

About

This is real time chat app using React and Socket IO with E2E Encryption.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published