The samples in this repository are fully functional messaging applications built using the SendBird JS SDK.
- Web Basic sample: Slack-like full screen chat sample for desktop browsers.
- Web Widget sample: Facebook-chat-like chat widget to regular websites.
- Web Live Chat sample: Twitch-chat-like chat sample for desktop browsers.
- React Native sample: Mobile chat sample for iOS and Android.
Using Bower:
bower install sendbird
Using npm:
npm install --save sendbird
We now support both React Native and NodeJS.
Or, you can manually download the JS SDK files here.
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
.