Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 738 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 738 Bytes

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.