Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

Pure TypeScript WebRTC MediaServer (SFU/MCU)

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