8000 billd-live/README.md at be67e1c947c3a899a87fd65aa59e4ac60b7ee6c4 · galaxy-s10/billd-live · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.14 KB

README.md

File metadata and controls

59 lines (43 loc) · 1.14 KB

简介

billd 直播间(前端),目前实现了类似 bilibili 的直播功能,即你可以发布直播,别人进入你的直播房间后能看到你的直播内容。

主要技术栈:

  • webrtc 相关 api(RTCPeerConnection)
  • vue3
  • socket.io

贡献

如果你对该项目有感兴趣或想法,欢迎一起加入开发

演示

billd_live_demo.mp4

安装依赖

pnpm i

本地运行

npm run start

后端

https://github.com/galaxy-s10/billd-live-server

billd 依赖

pnpm i billd-utils@latest billd-scss@latest billd-html-webpack-plugin@latest billd-deploy@latest
0