UDP -> Web Socket Example

This example illustrates a Node.js server that will relay OSC messages sent via a UDP socket (listening on port 57121) to a web page using a Web Socket connection.

Installation

  1. Run npm install in the terminal to install all required Node dependencies
  2. In the web directory, run npm install to install all web dependencies

Running the Example

  1. Run node . in the Terminal
  2. Open http://localhost:8081 in your browser
  3. Control the synth using OSC messages sent from Lemur or another OSC server