grey-software / toonin

Technology that allows you to tune in to your friends and family in realtime using peer-to-peer sharing.

Home Page:https://toonin.grey.software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Technology that allows you to tune in to your friends and family in realtime using peer-to-peer sharing.

https://toonin.grey.software

License:MIT License


Languages

Language:Vue 50.3%Language:JavaScript 47.4%Language:Sass 0.8%Language:HTML 0.7%Language:Shell 0.6%Language:Dockerfile 0.2%