GitHub - sendbird/sendbird-javascript-samples at Legacy(WebBasic)

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:

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.