https://github.com/shinyoshiaki/node-sfu
Pure TypeScript WebRTC MediaServer (SFU/MCU)
https://github.com/shinyoshiaki/node-sfu
mcu nodejs sfu typescript webrtc
Last synced: about 1 month ago
JSON representation
Pure TypeScript WebRTC MediaServer (SFU/MCU)
- Host: GitHub
- URL: https://github.com/shinyoshiaki/node-sfu
- Owner: shinyoshiaki
- License: mit
- Created: 2020-09-15T10:27:23.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-16T09:30:48.000Z (3 months ago)
- Last Synced: 2025-04-09T20:11:47.965Z (about 1 month ago)
- Topics: mcu, nodejs, sfu, typescript, webrtc
- Language: TypeScript
- Homepage:
- Size: 4.03 MB
- Stars: 68
- Watchers: 7
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-sfu
Pure node.js WebRTC SFU
100% written in TypeScript# current state
WIP# example
https://github.com/shinyoshiaki/node-sfu/tree/master/examples
# demo
## server
```sh
yarn server
```## client
```sh
yarn client
```open http://localhost:8080/
# components
- ICE https://github.com/shinyoshiaki/werift-ice
- DTLS https://github.com/shinyoshiaki/werift-dtls
- SCTP https://github.com/shinyoshiaki/werift-sctp
- RTP,RTCP,SRTP,SRTCP https://github.com/shinyoshiaki/werift-rtp
- WebRTC https://github.com/shinyoshiaki/werift-webrtc