https://github.com/mona-chen/carcall-signaling
https://github.com/mona-chen/carcall-signaling
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mona-chen/carcall-signaling
- Owner: mona-chen
- License: mit
- Created: 2025-03-01T17:00:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T21:09:00.000Z (over 1 year ago)
- Last Synced: 2025-03-23T23:52:34.922Z (over 1 year ago)
- Language: JavaScript
- Size: 4.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter WebRTC Example

# Install
- NodeJs: https://nodejs.org/en/download/
- NestJs: https://docs.nestjs.com/first-steps
- Flutter: https://flutter.dev/docs/get-started/install
- Local https server: https://www.npmjs.com/package/local-web-server
# Runing
## Start webrtc server first
```
cd webrtc-nestjs-server
npm i
npm start
```
## Test with web webrtc client
```
cd webrtc-web-client
ws --http2
```
## Test with Flutter webrtc client
```
cd webrtc-flutter-client
flutter run
```