flutter-webrtc-server
A simple WebRTC Signaling server for flutter-webrtc and html5.
Online Demo: https://demo.cloudwebrtc.com:8086/
Features
- Support Windows/Linux/macOS
- Built-in web, signaling, turn server
- Support REST API For Access To TURN Services
- Use flutter-webrtc-demo for all platforms.
Usage
Run from source
- Clone the repository, and run.
git clone https://github.com/cloudwebrtc/flutter-webrtc-server.git
cd flutter-webrtc-server
go run cmd/server/main.go
- Open https://0.0.0.0:8086 to use flutter web demo.
- If you need to test mobile app, please check the webrtc-flutter-demo.
Note
If you need to use it in a production environment, you need more testing.