Skip to content

bruno-fernandes/SendBird-JavaScript

 
 

Repository files navigation

SendBird JavaScript Sample

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

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

react-native-sample and web-sample are deprecated. See react-native-redux-sample and web-basic-sample instead.

Table of Contents

  1. Installing SendBird JS SDK
  2. Previous versions

Installing the SendBird JS SDK

Using Bower:

  bower install sendbird

Using npm:

  npm install --save sendbird

We support React Native and NodeJS.

Manual download

Or, you can manually download 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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.1%
  • CSS 16.3%
  • HTML 3.1%
  • Objective-C 1.6%
  • Java 0.8%
  • Ruby 0.6%
  • Python 0.5%