encrypted-web-chat
encrypted-web-chat copied to clipboard
A web chat application end-to-end encrypted with the Web Crypto API
🔐💬 Encrypted Web Chat 
📚 Tutorial
This repository contains the completed React project following the End-to-End Encrypted Chat with the Web Crypto API tutorial. You should read it before trying to run this project as it contains it may contain useful information not present in this README.
⚙️ Setup
Requirements
Configuration
You should place your Stream Chat credentials in src/lib/chatClient.js.
Dependencies
To install the dependencies, use Yarn in the root folder:
$ yarn install
Running
To run the web app, use Yarn in the root folder:
$ yarn start