Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (15 loc) · 829 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 829 Bytes

chatapp

A simple, pure JavaScript chat app built using WebRTC and Okta.

ChatApp Demo

Demo

You can test this app out live here: https://naughty-bhabha-908faa.netlify.com?room=test

Prerequisites

Before getting started, you'll need to create an Okta developer account (which is free): https://developer.okta.com/signup/

You'll also need to create an Okta Application of the SPA type, define your redirect URIs, and set your trusted origins.

You'll then need to modify the src/static/js/auth.js file to include your own Okta values.

Tutorial

To see how this app works and how to set it up, please check out this tutorial on scotch.io where I explain in detail how to get setup and running: