Skip to content

npruzaniec/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 widget sample: Facebook-chat-like chat widget to regular websites.
  2. React Native sample: Mobile chat sample for iOS and Android.
  3. Web sample: Slack-like full screen chat sample for desktop browsers.

Table of Contents

  1. Installing the SendBird JS SDK
  2. Previous versions
  3. Contributing

Installing the SendBird JS SDK

Using Bower:

  bower install sendbird

Using npm:

  npm install 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.

Contributing

The SendBird JavaScript samples are fully open-source. All contributions and suggestions are welcome!

About

SendBird JavaScript Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.8%
  • CSS 14.9%
  • HTML 2.7%
  • Other 1.6%