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"><br> 8 <img src="strict-csp.svg"><br> 9 10 <b>Minimal ws server threads example</b>.<br> 11 Strings generated by server threads are sent to 12 all browsers open on this page.<br> 13 The textarea show the last 50 lines received. 14 <br> 15 <br> 16 <textarea id=r readonly cols=40 rows=50></textarea><br> 17 </body> 18</html> 19 20