The samples in this repository are fully functional messaging applications built using the SendBird JS SDK.
- Web widget sample: Facebook-chat-like chat widget to regular websites.
- React Native sample: Mobile chat sample for iOS and Android.
- Web sample: Slack-like full screen chat sample for desktop browsers.
Using Bower:
bower install sendbird
Using npm:
npm install 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.
The SendBird JavaScript samples are fully open-source. All contributions and suggestions are welcome!