其他语言版本: 简体中文
This repository will help you learn how to use Agora chat SDK to realize a simple chat web application, like wechat.
With this sample app, you can:
- Login chat server
- Start a chat
- Manage session list
- Add friends
- Join group chats
- Join chat rooms
- Add your friends to your blacklist
- Send various types of messages, Such as: text, expression, picture, voice, file and so on
- Recall a message
- Logout
You can experience the demo online: https://chatdemo.easecdn.com/
# install dependency
npm install
# run in dev mode
npm run start
# generate dist
npm run build
- You can find full API document at Document Center
- You can file bugs about this demo at issue
The MIT License (MIT).