UntangledChat is a Simple, Secure and Private messaging app.
Secure/Private messaging across the world
Your personal messages to friends and family are totally end-to-end encrypted using RSA Public Key Cryptosystem. No one can read your messages outside the UntangledChat App.
fork and clone this https://github.com/princewillzz/websocket-rabbitmq repository
=> follow instruction in this link to setup backend of the application
After completing backend setup, it is really simple to setup untangledchat's frontend
Fork and clone the repository
git clone https://github.com/princewillzz/untangledchat.git
cd untangledchatInstall all node dependencies
npm iStart the development server
npm startStart the android app on emulator/connected device
npm run android