An open API service indexing awesome lists of open source software.

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

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

Chat Rooms

Chat

New Chat

Chat Room Info

## 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.