I'm considering implementing OSC for a redundant rig setup, and would need to figure out some kind of raspberry pi node server situation to make it all work. I was wondering if OSC will run on low.js? I have a handful of esp32 controllers lying around and kind of want to see if I could just use those as a micro server.
Anything that runs nodejs should be able to runs a headless server. I don't know if lowjs provides enough of node's features to work and I couldn't test unfortunately because their website seems down at the moment (didn't find a maintained repository either).