osc-js
osc-js copied to clipboard
Accept full URL in osc.open()
It would be nice to shorten this:
osc.open({ host: '127.0.0.1', port: 80, secure: true })
to something like this:
osc.open('wss://127.0.0.1:80')
If you are interested I can implement this feature and create a pull request (:
I agree, thats definitely useful @arnoson, it would be great if you could write a PR for this :smiley_cat: