/encrypted-chat

End to end encrypted chat web app and server based on socket.io

Primary LanguageVueApache License 2.0Apache-2.0

Private messaging with Socket.IO

Please read the related guide:

Running the frontend

npm install
npm run serve

Running the server

cd server
npm install
npm start