olegabu / encrypted-chat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Vue 52.0%Language:JavaScript 44.7%Language:HTML 3.3%