Skip to content

Commit 84ebf25

Browse files
committed
2 parents 82a83e6 + 43eadab commit 84ebf25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# flutter-webrtc-server
22
A simple WebRTC Signaling server for flutter-webrtc and html5.
33

4+
## Compatible browser
5+
Chrome/Firefox/Safari
6+
47
## Usage
58
- Clone the repository, run `npm install`.
6-
- 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.
710
- If you need to test mobile app, please check the [webrtc-flutter-demo](https://github.com/cloudwebrtc/flutter-webrtc-demo).
811

912
## screenshots

0 commit comments

Comments
 (0)