Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 957 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 957 Bytes

Agora chat demo (WEB)

其他语言版本: 简体中文

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/

Running the App

# install dependency
npm install
# run in dev mode
npm run start
# generate dist
npm run build

Contact Us

License

The MIT License (MIT).