No description
| public | rm dumb | |
| .gitignore | added readme | |
| init.scd | first commit | |
| package.json | added readme | |
| README.md | added readme | |
| server.js | added quest ip port | |
OSC Node.js Bridge
A simple Node.js server that acts as a bridge between WebSocket and OSC (Open Sound Control).
It allows sending OSC messages to SuperCollider (or other OSC-compatible software) from a web frontend—perfect for mobile devices on the same local network.
Features
- WebSocket to OSC bridge
- Sends OSC messages over UDP
- Tested on multiple devices on the same Wi-Fi network
- Works well on Android using Termux
Requirements
- Node.js (v18 or higher recommended)
- SuperCollider (to receive OSC messages)
Installation
Clone the repository and run:
npm install
Usage
Start the server with:
npm start