Flat是一款开源的白板工具,支持实时交互、多人音视频通讯和消息聊天、房间创建管理、课堂录制回放、课件存储、屏幕共享等功能。基于Typescript编写,遵守MIT开源协议。
功能特色:
实时交互
多功能交互白板
实时视频/音频聊天(RTC)
实时聊天消息(RTM)
登录帐号
GitHub
WeChat
班级/聊天室管理
加入,创建,计划班级/聊天室
支持临时/期间教室
教室录制与回放
白板回放
视频/音频云存储
消息回放
多媒体课件云存储
屏幕分享
源代码:https://github.com/netless-io/flat
-----------------------------------------------------
Flat
Project flat is the Web, Windows and macOS client of Agora Flat open source classroom.
Features
- Real-time interaction
- Multifunctional interactive whiteboard
- Real-time video/audio chat (RTC)
- Real-time messaging (RTM)
- Login via
- GitHub
- Classroom management
- Join, create and schedule classrooms
- Support periodic rooms
- Classroom recording and replaying
- Whiteboard replaying
- Cloud recording for video and audio
- Messaging replaying
- Cloud Storage for multi-media courseware
- Screen sharing
Quickstart
You can build and run the Flat client without a server. This repository includes the following projects:
- Flat Electron client is an Electron implementation of Flat client.
- Flat Web client is a web implementation of Flat client.
Installation
If you don't have pnpm installed:
npm i -g pnpm
Clone or fork this project, at project root run:
pnpm i
Build and run Flat Electron client
Run the following commands at the root of the repository to build and run Flat Electron client.
pnpm start
You can use one of the following methods to package your executable:
- Run
pnpm ship
at project root to package based on current system. - Alternatively, run
pnpm ship:mac
orpnpm ship:win
at project root to package for a specified system.
Build and run Flat Web client
Run the following command at the root of the repository to build and run Flat web client.
pnpm start:web
Alternatively, run the following command:
cd ./web/flat-web/ && pnpm start
UI and business logic are separated in Flat. You can view
and develop Flat components UI via Storybook. You can either visit the (Online address) or run pnpm storybook
at the root of the repository to run Storybook locally.
References
Related Projects
from https://github.com/netless-io/flat
No comments:
Post a Comment