Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

grey-software/toonin

Repository files navigation

Toonin Icon

Toonin

CircleCI Codacy Badge Netlify Status

Toonin is technology that allows you to share or stream audio and video over the web in real time.

Overview

Toonin consists of a web app and a signaling server. WebRTC is used to stream the music from the provider to its peers.

The signaling server facilitates a WebRTC handshake between two Toonin web app instances, after which the two apps speak directly to each other over P2P WebRTC streams.

Development setup

yarn setup

Running Toonin

Toonin comes with a local development script that launches the server and app simultaneuously.

yarn dev

Running the web app independently

yarn run app

Running the signalling server independently

yarn run server