Skip to content

Exprimental WebRTC SFU implementation in Go using Pion

License

Notifications You must be signed in to change notification settings

matmut7/sfu-webrtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SFU WebRTC

This is an educational implementation of a WebRTC SFU using Go and Pion.

Client

The client is a simple SvelteKit app. We need a simple environment variable to point to the server host:

cd packages/client
echo 'PUBLIC_WS_SERVER_URL="http://localhost:8080/ws"' > .env.local
yarn install
yarn dev

Server

The Go WebRTC and WS signalling server.

cd packages/server
make build
make run

About

Exprimental WebRTC SFU implementation in Go using Pion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published