stream-chat-js is the official JavaScript client for Stream Chat, a service for building chat applications.
You can sign up for a Stream account at https://getstream.io/chat/get_started/.
npm install stream-chat
yarn add stream-chat
<script src="https://cdn.jsdelivr.net/npm/stream-chat"></script>
Documentation for this JavaScript client are available at the Stream website
Note that you need 2FA enabled on NPM, publishing with Yarn gives error, use NPM directly for this:
npm version bug
npm publish
We welcome code changes that improve this library or fix a problem, please make sure to follow all best practices and add tests if applicable before submitting a Pull Request on Github. We are very happy to merge your code in the official repository. Make sure to sign our Contributor License Agreement (CLA) first. See our license file for more details.