Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 451 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 451 Bytes

NodejsOSCProcessing

LAN communication between a web-based javascript client and a java app using OSC. All based on Processing, using nodejs in the middle.

SimpleNodejs is the Processingjs which stands for the web-client.

SimpleOSC is the Processing app which stands for the OSC listening app.

nodejsServer is in the middle, communicating to the other two, in this example acting as a simple pipe which passes on the messages.