A complete chat solution.
npm install @cometchat/chat-sdk-javascript

Visual Studio Code or any other code editornpmTo set up Javascript SDK and utilize CometChat for your chat and calls functionality, you'll need to follow these steps:
- Register at the CometChat Dashboard to create an account.
- After registering, log into your CometChat account and create a new app. Once created, CometChat will generate an Auth Key and App ID for you. Keep these credentials secure as you'll need them later.
- Check the key concepts to understand the basic components of CometChat.
- Refer to the Integration Steps in our documentation to integrate the SDK into your app.