An open API service indexing awesome lists of open source software.

https://github.com/mona-chen/carcall-signaling


https://github.com/mona-chen/carcall-signaling

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flutter WebRTC Example

![Preview](demo.png)

# 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
```