Skip to content

pmbanugo/Pusher-Auth0-ChatApp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

Pusher-Anonymous-Chat-App

Sample application on building a chat app using Pusher.

View tutorial

Setup

  1. Open the terminal (or command prompt if you're on Windows) and run these commands
$ git clone https://github.com/pmbanugo/Pusher-Auth0-ChatApp.git
$ cd pusher-auth0-chatapp/src
$ npm install
  1. Create a new application on Pusher. Select VanillaJS and NodeJS as your frontend and backend stack.
  2. Signup and Create a new client with Single Page Application as the application type on Auth0
  3. In server.js copy and Replace the placeholders APP_ID, APP_SECRET, and APP_KEY, with the keys from your pusher dashboard.
  4. In index.js copy and replace Client_ID and DOMAIN_NAME with the values in the settings tab on Auth0
  5. Run npm start in the command line to start the application.
  6. Open the web app on the browser.

Built With

...

Acknowledgements

...

About

A realtime chat application with Pusher and Auth0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published