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-pmd-bulk/mount-origin/index.html

20 lines
515 B
HTML
Raw Normal View History

2018-03-06 09:39:27 +08:00
<html>
<head>
<meta charset=utf-8 http-equiv="Content-Language" content="en"/>
<script src="/example.js"></script>
</head>
2018-03-06 09:39:27 +08:00
<body>
<img src="libwebsockets.org-logo.svg">
<img src="strict-csp.svg"><br>
2018-03-06 09:39:27 +08:00
LWS bulk transfer example</b>.<br>
A large ws message is sent to all browsers open on this page.<br>
2018-04-26 15:27:02 +08:00
The browser js echoes the large ws message back to the server.<br>
2018-03-06 09:39:27 +08:00
<br>
<span id=status>Ws closed</span><br>
<br>
<textarea id=r readonly cols=40 rows=10></textarea><br>
</body>
</html>