Skip to content

mertalicikoglu/SendBird-JavaScript

 
 

Repository files navigation

SendBird JavaScript Sample

The samples in this repository are fully functional messaging applications built using the SendBird JS SDK.

  1. Web Basic sample: Slack-like full screen chat sample for desktop browsers.
  2. Web Widget sample: Facebook-chat-like chat widget to regular websites.
  3. Web Live Chat sample: Twitch-chat-like chat sample for desktop browsers.
  4. React Native sample: Mobile chat sample for iOS and Android.

Table of Contents

  1. Installing the SendBird JS SDK
  2. Previous versions

Installing the SendBird JS SDK

Using Bower:

  bower install sendbird

Using npm:

  npm install --save sendbird

We now support both React Native and NodeJS.

Manual download

Or, you can manually download the JS SDK files here.

Previous versions

To view the version 2 sample, checkout the v2 branch instead of master.
To view the basic sample used jQuery, checkout the Legacy tag instead of master.

About

SendBird JavaScript Sample

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.1%
  • CSS 18.5%
  • HTML 3.4%
  • Objective-C 1.2%
  • Java 0.4%
  • Python 0.4%