niamrox / chatapp

A simple WebRTC and Okta front-end app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

A simple WebRTC and Okta front-end app.


Languages

Language:JavaScript 71.6%Language:HTML 20.1%Language:CSS 8.3%