1<html> 2 <head> 3 <meta charset=utf-8 http-equiv="Content-Language" content="en"/> 4 <script src="/example.js"></script> 5 </head> 6 <body> 7 <img src="libwebsockets.org-logo.svg"> 8 <img src="strict-csp.svg"><br> 9 10 LWS bulk transfer example</b>.<br> 11 A large ws message is sent to all browsers open on this page.<br> 12 The browser js echoes the large ws message back to the server.<br> 13 <br> 14 <span id=status>Ws closed</span><br> 15 <br> 16 <textarea id=r readonly cols=40 rows=10></textarea><br> 17 </body> 18</html> 19 20