- One to One Chat
- Group Chat
- Show Online and Offline User
- Dowload the Project from Github
- Then go to the Project Directory and install "npm install"
- Open https://dash.pusher.com/chatkit and create chatkit
- Now install "pusher-chatkit-server" using npm install @pusher/chatkit-server --save
- Then update your instanceLocator and key in server.js and ChatScreen.js file
- Create Chatroom kit.
- In the Dashboard, head to the Inspector tab and create a user with any name. I am created with name "Admin"
- Then, create a room called "General."
- In last start the server "npm start"