ChannelizeIO / Channelize-Javascript-SDK

Open-source JavaScript SDK to enable Real-time Chat.

Home Page:https://channelize.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Channelize JavaScript SDK

Channelize.io allows you to embed user-to-user chat into your application by API and SDKs in the easiest way.

Signup for Channelize.io 30 Days Free Trial at https://channelize.io/free_trial/request

Installation

npm install channelize-chat

Documentation

You can find out JavaScript SDK documentation here.

How to use

First you need to install channelize-chat via NPM. Then you can import like this:

import { Channelize } from 'channelize-chat';
var channelize = new Channelize.client({publicKey: YOUR_PUBLIC_KEY});
// do something...