All Projects → grey-software → Toonin

grey-software / Toonin

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

Projects that are alternatives of or similar to Toonin

Trango Self Hosted
Host trango and communicate with those around you without the internet!
Stars: ✭ 164 (+144.78%)
Mutual labels:  hacktoberfest, webrtc
Quasar Apexcharts
📊 📈 📉 Project using Quasar framework and ApexCharts.
Stars: ✭ 94 (+40.3%)
Mutual labels:  hacktoberfest, quasar-framework
Kalm.js
The socket manager
Stars: ✭ 155 (+131.34%)
Mutual labels:  hacktoberfest, webrtc
Webtorrent
⚡️ Streaming torrent client for the web
Stars: ✭ 25,554 (+38040.3%)
Mutual labels:  hacktoberfest, webrtc
Rocket.chat
The communications platform that puts data protection first.
Stars: ✭ 31,251 (+46543.28%)
Mutual labels:  hacktoberfest, webrtc
Spreed
📞😀 Nextcloud Talk – chat, video & audio calls for Nextcloud
Stars: ✭ 994 (+1383.58%)
Mutual labels:  hacktoberfest, webrtc
Blaze
⚡ File sharing progressive web app built using WebTorrent and WebSockets
Stars: ✭ 991 (+1379.1%)
Mutual labels:  hacktoberfest, webrtc
Webtorrent Desktop
❤️ Streaming torrent app for Mac, Windows, and Linux
Stars: ✭ 8,587 (+12716.42%)
Mutual labels:  hacktoberfest, webrtc
Plugin Hub
External plugins for RuneLite
Stars: ✭ 65 (-2.99%)
Mutual labels:  hacktoberfest
Propresenter Api
Documenting RenewedVision's undocumented Remote Control protocol with examples
Stars: ✭ 65 (-2.99%)
Mutual labels:  hacktoberfest
Backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python.
Stars: ✭ 1,124 (+1577.61%)
Mutual labels:  hacktoberfest
Kfp Tekton
Kubeflow Pipelines with Tekton backend.
Stars: ✭ 63 (-5.97%)
Mutual labels:  hacktoberfest
Psscriptanalyzer
Download ScriptAnalyzer from PowerShellGallery
Stars: ✭ 1,137 (+1597.01%)
Mutual labels:  hacktoberfest
Openvidu
OpenVidu Platform main repository
Stars: ✭ 1,133 (+1591.04%)
Mutual labels:  webrtc
Envoy Control
Envoy Control is a platform-agnostic, production-ready Control Plane for Service Mesh based on Envoy Proxy.
Stars: ✭ 66 (-1.49%)
Mutual labels:  hacktoberfest
Wsend
wsend: The opposite of wget
Stars: ✭ 64 (-4.48%)
Mutual labels:  hacktoberfest
Validator
Validation provider for adonis framework it makes use of indicative under the hood
Stars: ✭ 64 (-4.48%)
Mutual labels:  hacktoberfest
Busy Beaver
The Chicago Python Community Engagement Slack bot
Stars: ✭ 66 (-1.49%)
Mutual labels:  hacktoberfest
Puppet System
Manage Linux system resources and services from hiera configuration
Stars: ✭ 65 (-2.99%)
Mutual labels:  hacktoberfest
One Line Wonders
OneLineWondersCode | 1000+ Commits | 278/300 One Liners | 200+ Forks | Actively maintained open-source collection of "one-line" programs performing various tasks in different languages
Stars: ✭ 65 (-2.99%)
Mutual labels:  hacktoberfest

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].