All Projects → ChannelizeIO → Channelize-Javascript-SDK

ChannelizeIO / Channelize-Javascript-SDK

Licence: other
Open-source JavaScript SDK to enable Real-time Chat.

Projects that are alternatives of or similar to Channelize-Javascript-SDK

Channelize-iOS-Chat-SDK-Sample
Open-source JavaScript SDK to enable Real-time Messaging
Stars: ✭ 30 (+50%)
Mutual labels:  communication, chat-application, chatapp, in-app-communication
Im service
golang im server
Stars: ✭ 1,694 (+8370%)
Mutual labels:  chat-application, chatapp
Chat
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
Stars: ✭ 8,238 (+41090%)
Mutual labels:  chat-application, chatapp
communications-skill
An intercom, messaging, and (video) calling skill for Mycroft!
Stars: ✭ 14 (-30%)
Mutual labels:  communication, communications
v chat sdk
official sdk for v chat this is a complete chat ecosystem use flutter for clint node js and socket io for server side flutter chat v chat sdk and flutter group chat
Stars: ✭ 25 (+25%)
Mutual labels:  chat-application, chatapp
Chat-Bot
Chatbot – is a computer program that simulates a natural human conversation. Users communicate with a chatbot via the chat interface or by voice, like how they would talk to a real person.
Stars: ✭ 26 (+30%)
Mutual labels:  chat-application, chatapp
Chat Realtime
Public & Private message. MySQL & Firebase.
Stars: ✭ 147 (+635%)
Mutual labels:  realtime, chat-application
Chat21 Ios Sdk
DEPRECATED
Stars: ✭ 15 (-25%)
Mutual labels:  realtime, chat-application
accelerator-core-ios
Syntax sugar of OpenTok iOS SDK with Audio/Video communication including screen sharing
Stars: ✭ 30 (+50%)
Mutual labels:  communication, realtime
Applozic Android Sdk
Android Real Time Chat & Messaging SDK
Stars: ✭ 611 (+2955%)
Mutual labels:  communication, realtime
LAN-Messenger
Official open-source repository for LAN Messenger
Stars: ✭ 17 (-15%)
Mutual labels:  chat-application, chatapp
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (+230%)
Mutual labels:  chat-application, chatapp
server
即时通讯(IM)系统
Stars: ✭ 6,896 (+34380%)
Mutual labels:  chat-application, chatapp
tidi
The 2Kb smallest Chat component.
Stars: ✭ 70 (+250%)
Mutual labels:  chat-application, chatapp
node-vue-chat
🚀 🌠 Real Time Chat Application created with MEVN Stack
Stars: ✭ 89 (+345%)
Mutual labels:  chat-application, chatapp
Opentok Ios Sdk Samples
Example applications that use the OpenTok iOS SDK
Stars: ✭ 186 (+830%)
Mutual labels:  communication, realtime
Applozic Ios Sdk
iOS Real Time Chat & Messaging SDK
Stars: ✭ 104 (+420%)
Mutual labels:  communication, chat-application
accelerator-textchat-ios
OpenTok Text Chat Accelerator Pack enables text messages between mobile or browser-based devices.
Stars: ✭ 13 (-35%)
Mutual labels:  communication, realtime
trainmanjs
TrainmanJS - Cross-Origin Communication Library
Stars: ✭ 16 (-20%)
Mutual labels:  communication
tutorials
Ably Tutorials in multiple languages
Stars: ✭ 35 (+75%)
Mutual labels:  realtime

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...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].