Skip to content

How to create a customer support chat system using Pusher Chatkit

Notifications You must be signed in to change notification settings

rabhiaziz/customer-support-chat-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer support chat example using Chatkit

How to create a customer support chat system using Pusher Chatkit

View tutorial

Installation

  • Create a Chatkit instance
  • Once you have created a Chatkit instance, go to the Inspector tab and create a new user called chatkit-dashboard
  • Clone or download the repository.
  • cd into the repository (cd customer-support-chat-example)
  • Copy the config.example.js file to config.js and replace the placeholder keys with your Chatkit application's keys.
  • Remember to udpate the PUSHER_INSTANCE_LOCATOR variables in assets/admin.js and assets/chat.js
  • Run npm install to install dependencies then node index.js to run the server
  • Open http://localhost:3000 and http://localhost:3000/admin on your browser

About

How to create a customer support chat system using Pusher Chatkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 57.9%
  • HTML 21.9%
  • CSS 20.2%