# template-simple-chat-app **Repository Path**: mirrors_kaazing/template-simple-chat-app ## Basic Information - **Project Name**: template-simple-chat-app - **Description**: A simple customer/agent chat application - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Template for Simple Chat App This is a template for a simple customer-agent chat application. In this scenario, customers open the chat application in their browser and chat with an agent. Agents open a different version of the chat app which lets them talk with multiple customers at the same time. Here is a [screenshot](instructions/resources/images/customer1.png) of the customer chat application. Here is a [screenshot](instructions/resources/images/agent1.png) of the agent side of the chat application. ## Running the template Fork or clone this repo, and follow the steps in the [instructions](instructions) folder. For example, clone the repo: ``` bash $ git clone https://github.com/kaazing/template-simple-chat-app.git ``` Then open `instructions/index.html` in a browser and follow the steps.