Small app for collaborative drawing
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
km0 e5e908e65a first test 1 year ago
img readme 1 year ago
public first test 1 year ago
views first test 1 year ago
.gitignore first test 1 year ago
README.md first test 1 year ago
cover.jpg add readme wip 1 year ago
package-lock.json test automatic location 1 year ago
package.json test automatic location 1 year ago
server.js first test 1 year ago

README.md

Teletap

A small playground for networked sound experiments with Web Audio API.

Setup

Clone the repo , move to the directory and install the dependencies using your favourite package manager (npm, yarn, etc.).

Note that to run the app you will need to install Node.js, either on your machine or on a VPS.

For example with npm:

git clone https://git.xpub.nl/kamo/drw
cd drw
npm install

To start the application run

node server.js

or in alternative

npm start

Then open your browser to localhost:3000 and there you can tap on the screen to generate sounds..

If you open another tab and navigate to localhost:3000/destination, there you will receive the sounds. Note that you will not hear anything until you press on the Join Audio button. This is because for security policies, browsers don't play any sound before a user's interaction.

This app uses the same architecture of DRw. Find more info there!