module
Version:
v0.0.0-...-0a68244
Opens a new window with list of versions in this module.
Published: Nov 27, 2021
License: MIT
Opens a new window with license information.
README
¶
flutter-webrtc-server

A simple WebRTC Signaling server for flutter-webrtc and html5.
Online Demo: https://demo.cloudwebrtc.com:8086/
Features
Usage
Run from source
git clone https://github.com/cloudwebrtc/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
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

Click to show internal directories.
Click to hide internal directories.