Skip to content

Commit 430caee

Browse files
authored
Update README.md
1 parent 5fb83a2 commit 430caee

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+
## Usage
5+
- Clone the repository, run `npm install`.
6+
- Run `npm run` and open https://localhost:8086 to use html5 demo.
7+
- If you need to test mobile app, please check the [webrtc-flutter](https://github.com/cloudwebrtc/flutter-webrtc/tree/master/example) plug-in.
48

59
## screenshots
6-
Use https://github.com/cloudwebrtc/flutter-webrtc/tree/master/example for mobile.
710
# iOS/Android
811
<img width="180" height="320" src="https://raw.githubusercontent.com/cloudwebrtc/flutter-webrtc-server/master/screenshots/ios-01.jpeg"/> <img width="180" height="320" src="https://raw.githubusercontent.com/cloudwebrtc/flutter-webrtc-server/master/screenshots/ios-02.jpeg"/> <img width="180" height="320" src="https://raw.githubusercontent.com/cloudwebrtc/flutter-webrtc-server/master/screenshots/android-01.png"/> <img width="180" height="320" src="https://raw.githubusercontent.com/cloudwebrtc/flutter-webrtc-server/master/screenshots/android-02.png"/>
912

0 commit comments

Comments
 (0)