Updated Protocol draft 2.0 (markdown)
parent
9c8baf8bf2
commit
c3873acd40
1 changed files with 3 additions and 3 deletions
|
@ -17,6 +17,6 @@ Our protocol looks like the following:
|
||||||
function helloWorld(x) {return x + 2 ;}
|
function helloWorld(x) {return x + 2 ;}
|
||||||
|
|
||||||
The following commands are to be supported:
|
The following commands are to be supported:
|
||||||
define: defines new javascript
|
define defines new javascript
|
||||||
run: runs existing javascript
|
run runs existing javascript
|
||||||
hello: request a new ID
|
hello request a new token
|
Reference in a new issue