GetStream / encrypted-web-chat

A web chat application end-to-end encrypted with the Web Crypto API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”πŸ’¬ 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

πŸ”— Helpful Links

About

A web chat application end-to-end encrypted with the Web Crypto API


Languages

Language:JavaScript 85.0%Language:HTML 9.6%Language:CSS 5.4%