Sample application on building a chat app using Pusher.
- run
npm install
- Create a new application on Pusher. Select VanillaJS and NodeJS as your frontend and backend stack.
- Copy and Replace the placeholders APP_ID, APP_SECRET, and APP_KEY, with the keys from your pusher dashboard.
- start the app with
npm start
. - Open the web app on the browser.
...
...
...