ryanrolds / club

Web RTC video conferencing service.
MIT License
12 stars 3 forks source link
golang ice-server react signaling-server videos web-audio-api web-rtc webaudioapi webrtc

Club

Travis Build Status

WebRTC video chat application written in JS and Go.

Todos

Setup

Requires Go 1.14+ and Node 12+.

make install

Running

Each service can be started seperately with make run in the frontend and golang directories. Otherwise, from the root both services can be started using Docker Compose:

make run

For extra debugging information use make run-debug in the service's directory.

Open http://localhost:3000 for React Client and http://localhost:3001 for the signaling server and examples.