Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dominikrys/encrypted-chat
🔐 Encrypted chat web app using Node.js
https://github.com/dominikrys/encrypted-chat
javascript node-js socket-io vuejs
Last synced: about 2 months ago
JSON representation
🔐 Encrypted chat web app using Node.js
- Host: GitHub
- URL: https://github.com/dominikrys/encrypted-chat
- Owner: dominikrys
- Created: 2019-06-27T09:57:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T01:33:42.000Z (about 2 years ago)
- Last Synced: 2023-05-11T11:27:56.203Z (over 1 year ago)
- Topics: javascript, node-js, socket-io, vuejs
- Language: JavaScript
- Homepage: https://dominikrys.com/encrypted-chat
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Encrypted Chat Web App
Chat web using Node.js, Vue.js and Socket.io which encrypts users' messages end-to-end using RSA-2048.
Written with help from [Patrick Triest's blog post](https://blog.patricktriest.com/building-an-encrypted-messenger-with-javascript/).
## Features
* End-to-end encryption using RSA-2048
* Chat rooms featuring group chats
* Nicknames
* Timestamps + message styling