Files @ 33a5a98e9bf1
Branch filter:

Location: light9/show/dance2013/networking.n3

drewp@bigasterisk.com
start subserver webapp with websockets, cyclone, jade, coffee
Ignore-this: d0e47882e0f3edb2bcea660e612d364
@prefix : <http://light9.bigasterisk.com/> .
@prefix show: <http://light9.bigasterisk.com/show/> .
@prefix sh: <http://light9.bigasterisk.com/show/dance2013/> .

show:dance2013 :networking sh:netHome .
sh:netHome  
  :musicPlayer <http://localhost:8040/>;
  :dmxServer <http://localhost:8030/>;
  :curveCalc <http://localhost:8060/>;
  :keyboardComposer <http://localhost:8050/> .