Skip to content

pmbanugo/Pusher-Auth0-ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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