Files @ 33a5a98e9bf1
Branch filter:

Location: light9/light9/subserver/index.jade

drewp@bigasterisk.com
start subserver webapp with websockets, cyclone, jade, coffee
Ignore-this: d0e47882e0f3edb2bcea660e612d364
doctype html
html
  head
    title subserver
    link(rel='stylesheet', href='style.css')
  body
    h1 subserver

    div(data-bind="foreach: subs")
      div(data-bind="text: JSON.stringify($data)")

    script(src="jquery-1.7.2.min.js")
    script(src="knockout-2.2.1.js")
    script(src="websocket.js")
    script(src="gui.js")