1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/mount-origin/index.html

20 lines
490 B
HTML
Raw Normal View History

2018-03-13 13:13:23 +08:00
<html>
<head>
<meta charset=utf-8 http-equiv="Content-Language" content="en"/>
<script src="/example.js"></script>
</head>
2018-03-13 13:13:23 +08:00
<body>
<img src="libwebsockets.org-logo.svg"><br>
<img src="strict-csp.svg"><br>
2018-03-13 13:13:23 +08:00
<b>Minimal ws server threads example</b>.<br>
Strings generated by server threads are sent to
all browsers open on this page.<br>
The textarea show the last 50 lines received.
<br>
<br>
<textarea id=r readonly cols=40 rows=50></textarea><br>
</body>
</html>