summaryrefslogtreecommitdiff
path: root/README
blob: 181a537df2125d316e4448474e1304e17dae941a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-*- mode: org -*-

Guile-WebSocket is an implementation of the WebSocket protocol as
defined by [[https://tools.ietf.org/html/rfc6455][RFC 6455]].

* Test it out

Run the example server:

#+BEGIN_SRC sh
  GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH" guile test.scm
#+END_SRC

Then, open the =text.html= page in your web browser.  If everything
works, "!ereht ,olleH" will be written to the JavaScript console.