Skip to content

Commit f007b68

Browse files
author
Christian Beier
committed
README: document how to try out Websockets
Closes #295
1 parent 3fd0397 commit f007b68

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,16 @@ There is also an array named "richSource" for colourful cursors. They have
271271
the same format as the frameBuffer (i.e. if the server is 32 bit,
272272
a 10x4 cursor has 4x10x4 bytes).
273273

274+
Using Websockets
275+
----------------
276+
277+
You can try out the built-in websockets support by starting the example server
278+
from the build directory via `examples/example`. It's important to _not_ start
279+
from within the `examples` directory as otherwise the server program won't find
280+
its HTTP index file. The server program will tell you a URL to point your web
281+
browser to. There, you can click on the noVNC-Button to connect using the bundled
282+
noVNC viewer.
283+
274284
History
275285
=======
276286

0 commit comments

Comments
 (0)