Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.78 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.78 KB

flutter-webrtc-server

slack

A simple WebRTC Signaling server for flutter-webrtc and html5.

Online Demo: https://demo.cloudwebrtc.com:8086/

Features

Usage

Run from source

  • Clone the repository.
git clone https://github.com/flutter-webrtc/flutter-webrtc-server.git
cd flutter-webrtc-server
  • Use mkcert to create a self-signed certificate.
brew update
brew install mkcert
mkcert -key-file configs/certs/key.pem -cert-file configs/certs/cert.pem  localhost 127.0.0.1 ::1 0.0.0.0
  • Run
brew install golang
go run cmd/server/main.go

Note

If you need to use it in a production environment, you need more testing.

screenshots

iOS/Android

PC/HTML5