Skip to content

Commit 9b0c24d

Browse files
author
cloudwebrtc
committed
2 parents fcc9149 + 430caee commit 9b0c24d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# flutter-webrtc-server
22
A simple WebRTC Signaling server for flutter-webrtc and html5.
3+
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.
8+
9+
## screenshots
10+
# iOS/Android
11+
<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"/>
12+
13+
# PC/HTML5
14+
<img width="360" height="293" src="https://raw.githubusercontent.com/cloudwebrtc/flutter-webrtc-server/master/screenshots/chrome-01.png"/> <img width="360" height="293" src="https://raw.githubusercontent.com/cloudwebrtc/flutter-webrtc-server/master/screenshots/chrome-02.png"/>

0 commit comments

Comments
 (0)