Skip to content

mkudev/chatapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.6%
  • HTML 20.1%
  • CSS 8.3%