toonin
toonin copied to clipboard
Technology that allows you to tune in to your friends and family in realtime using peer-to-peer sharing.
Toonin
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