Skip to content

ustc-mjc/electron-meeting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-meeting

This project uses MediaSoup to implement multiplayer meetings.


keywords

  • mediasoup
  • webrtc
  • electron
  • typescript
  • react
  • redux
  • tailwind css
  • and so on.

server-side

The server-side implemented with mediasoup lib and socket.io, it can be as a sfu media server.

local dev:

cd server
yarn install
yarn start

client-side

client-side use mediasoup-client lib and socket.io-client, use create-react-app typescript template and electron.

local dev:

cd app
yarn install
yarn start

in the future, what needs to do:

  • add register and login function
  • add file upload and download function
  • add media setting function