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

https://github.com/cloudwebrtc/go-protoo

A minimalist and extensible go signaling framework for WebRTC.
https://github.com/cloudwebrtc/go-protoo

Last synced: about 1 year ago
JSON representation

A minimalist and extensible go signaling framework for WebRTC.

Awesome Lists containing this project

README

          

# go-protoo

## How to test.
### Run go-protoo-server.
```
git clone https://github.com/cloudwebrtc/go-protoo
cd go-protoo/examples/go
go run server/main.go
```
### Golang client test.
```
cd go-protoo/examples/go
go run client/main.go
```
### JS client test.
```
cd go-protoo/example/js
npm i
npm start
```
### Dart client test.
```
cd go-protoo/example/dart
pub get
dart protoo_dart_client_test.dart