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.
- Host: GitHub
- URL: https://github.com/cloudwebrtc/go-protoo
- Owner: cloudwebrtc
- License: mit
- Created: 2019-05-18T16:50:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T02:28:39.000Z (almost 5 years ago)
- Last Synced: 2024-10-19T07:54:46.251Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 3.83 MB
- Stars: 23
- Watchers: 4
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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