##Prototype for LiveLab, sending OSC messages over RTCdatachannels
Uses SimpleWebRTC as a sandbox signalling server, and osc.js for OSC parsing
###To run:
- Clone git repository
- cd into folder and run
npm install
- "npm run start"
- Make a note of port and IPs listed in command line
- go to "https://localhost:8000" in browser
- Get and send messages using UDP client/server implementation of your choice
###To develop:
- Clone git repository
- cd into folder and run
npm install
- "npm run watch" (make sure the dev dependencies listed in package.json are installed).