We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82a83e6 + 43eadab commit 84ebf25Copy full SHA for 84ebf25
README.md
@@ -1,9 +1,12 @@
1
# flutter-webrtc-server
2
A simple WebRTC Signaling server for flutter-webrtc and html5.
3
4
+## Compatible browser
5
+Chrome/Firefox/Safari
6
+
7
## Usage
8
- Clone the repository, run `npm install`.
-- Run `npm start` and open https://localhost:8086 to use html5 demo.
9
+- Run `npm start` and open https://your_sever_ip_or_domain:8086 to use html5 demo.
10
- If you need to test mobile app, please check the [webrtc-flutter-demo](https://github.com/cloudwebrtc/flutter-webrtc-demo).
11
12
## screenshots
0 commit comments