https://github.com/qiscus/qiscus-chat-sdk-js-sample
Sample User Interface for Qiscus Chat SDK Javascript
https://github.com/qiscus/qiscus-chat-sdk-js-sample
api chat chat-sdk javascript message messaging qiscus-chat-sdk real-time sample
Last synced: 4 months ago
JSON representation
Sample User Interface for Qiscus Chat SDK Javascript
- Host: GitHub
- URL: https://github.com/qiscus/qiscus-chat-sdk-js-sample
- Owner: qiscus
- Created: 2019-02-22T07:46:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T03:21:08.000Z (over 4 years ago)
- Last Synced: 2025-10-05T19:41:50.762Z (8 months ago)
- Topics: api, chat, chat-sdk, javascript, message, messaging, qiscus-chat-sdk, real-time, sample
- Language: JavaScript
- Homepage: http://qiscus.com/documentation
- Size: 5.16 MB
- Stars: 4
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qiscus Chat SDK Javascript Sample UI
This repo is aimed to give an example on how to build a chat UI using Qiscus Chat SDK. Qiscus Chat Sample UI is built with full functionalities so that you can figure out the flow and main activities of common Chat apps. This sample app is built on top of Qiscus Chat SDK, for further feature you can figure out in our [docs](https://documentation.qiscus.com/chat-sdk-javascript/introduction)
## [Demo](https://qiscus-sdk-sample-six.vercel.app/)
You can try out a live demo from the link [here](https://qiscus-sdk-sample-six.vercel.app/).
## Screen shots
You can see some of sample UI in this repository




## How to run
You can view this demo by utilizing http server such as built in php function of `php -S localhost:8080 -t`, or by using [http-server](https://github.com/indexzero/http-server).
```bash
# Install http-server from npm globally
$ npm install http-server -g
# Choose folder and run Qiscus Chat SDK Javascript Sample
$ cd qiscus-chat-sdk-js-sample
$ http-server
```
## Contribution
Qiscus Chat SDK Sample UI is fully open-source. All contributions and suggestions are welcome!
## Security Disclosure
If you believe you have identified a security vulnerability with Qiscus Chat SDK, you should report it as soon as possible via email to contact.us@qiscus.com. Please do not post it to a public issue.