Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielesteban/beats
A virtual collaborative song
https://github.com/danielesteban/beats
synthesizer webaudio webrtc webxr
Last synced: 17 days ago
JSON representation
A virtual collaborative song
- Host: GitHub
- URL: https://github.com/danielesteban/beats
- Owner: danielesteban
- License: mit
- Created: 2020-04-05T20:03:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:03:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T20:04:51.044Z (2 months ago)
- Topics: synthesizer, webaudio, webrtc, webxr
- Language: JavaScript
- Homepage: https://beats.gatunes.com/
- Size: 316 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[beats](https://beats.gatunes.com/)
[![Build Status](https://travis-ci.org/danielesteban/beats.svg?branch=master)](https://travis-ci.org/danielesteban/beats)
==> A virtual collaborative song
#### docker-compose
```yaml
version: '3'
services:
server:
image: danigatunes/beats:latest
ports:
- "80:8080"
```