Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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