ViktorNova / stagecraft-session-manager

Complete, beautiful, web-based session manager for Linux multimedia applications, built on NSM
0 stars 0 forks source link

Decide on how to send/receive OSC messages #4

Closed ViktorNova closed 10 years ago

ViktorNova commented 10 years ago

Try embedding Charlie Roberts' stuff first since it's probably the most complete and I will be using it anyway https://github.com/charlieroberts/interface.js

osc-web https://github.com/automata/osc-web

osc.io Looks incredibly simple https://www.npmjs.org/package/osc.io

osc on npm https://nodejsmodules.org/tags/osc

ViktorNova commented 10 years ago

I will be using Interface.js, with Interface.Server. It supports bi-directional OSC communication, it is active, and I know it already! And Charlie Roberts is a responsive dev too, which never hurts. Widgets already exist, and custom widgets are easy to define. The admin interface also controls access, and an "interface" is just a web page with OSC things. It looks by far the most complete.

DONE.