Skip to content

teminer/customer-support-chat-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer support chat example using Chatkit

How to create a customer support chat system using Pusher Chatkit

Installation

  • Create a Chatkit application.
  • Clone or download the repository.
  • cd to the root directory of the project.
  • 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 admin.js and chat.js
  • Run npm install and then run node index.js
  • Go to 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

No packages published

Languages

  • JavaScript 55.6%
  • HTML 23.1%
  • CSS 21.3%