The samples in this repository are fully functional messaging applications built using SendBird JavaScript SDK.
- Web Basic sample: Slack-like full screen chat sample for desktop browsers.
- Web Basic sample with SyncManager Same as Web Basic sample with SyncManager integrated
- 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 Redux sample: Mobile chat sample for iOS and Android.
react-native-sampleandweb-sampleare deprecated. Seereact-native-redux-sampleandweb-basic-sampleinstead.
Using Bower:
bower install sendbird
Using npm:
npm install --save sendbird
We support React Native and NodeJS.
Or, you can manually download 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.