diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-11-08 17:42:24 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-11-08 17:42:24 -0500 |
commit | b6b13dfce0218278597a1429969a7d9d2cd75089 (patch) | |
tree | 071cca20f3de3fcc8a8da0708ede1d905c0d7b82 /README | |
parent | c18894ddb3b1dbfb94deea28114bce4967af2119 (diff) |
Add test HTML page.
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -11,17 +11,5 @@ Run the example server: GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH" guile test.scm #+END_SRC -Then, open a web browser and run the following in the JavaScript -console: - -#+BEGIN_SRC javascript - var ws = new WebSocket("ws://localhost:9090"); - - ws.onmessage = function(message) { - console.log(message.data); - }; - - ws.send("hello, there!") -#+END_SRC - -If everything works, "!ereht ,olleh" will be written to the JavaScript console. +Then, open the =text.html= page in your web browser. If everything +works, "!ereht ,olleH" will be written to the JavaScript console. |