We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd0397 commit f007b68Copy full SHA for f007b68
1 file changed
README.md
@@ -271,6 +271,16 @@ There is also an array named "richSource" for colourful cursors. They have
271
the same format as the frameBuffer (i.e. if the server is 32 bit,
272
a 10x4 cursor has 4x10x4 bytes).
273
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
284
History
285
=======
286
0 commit comments