shrub/main/app/appbug-2/core.hoon
2014-06-24 21:01:09 -07:00

38 lines
779 B
Plaintext

!: |= *
::::::::: Foobug: a simple application.
::
|_ [hid=hide vat=[%0 p=@ud]]
++ poke
|= [ost=bone *]
:_ +>(p.vat +(p.vat))
:~ [ost %give %rasp ~ %json *json]
==
::
++ peek
|= [you=ship pax=path]
:- %hymn
^- manx
;html
;head
;title: Foobug!
==
;body
;p: Dude, this answer is {<p.vat>}.
;button(onclick "bump()"): (bump.)
;script
; var mess = 0;
;
; function bump() {
; xhr = new XMLHttpRequest();
; xhr.onload = function() { mess++; }
; xhr.open("POST", "/pim/"+user+"/"+appl+"/"+port+"/"+mess)
; xhr.setRequestHeader("content-type", "text/json")
; xhr.send(JSON.stringify({oryx: oryx, xyro: {}}));
; }
==
==
==
--