Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.23 KB

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.