Toonin is technology that allows you to share or stream audio and video over the web in real time.
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.
yarn setup
Toonin comes with a local development script that launches the server and app simultaneuously.
yarn dev
yarn run app
yarn run server