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

20 lines
591 B
HTML
Raw Normal View History

<html>
<head>
<meta charset=utf-8 http-equiv="Content-Language" content="en"/>
<script src="/example.js"></script>
</head>
2018-09-02 14:35:37 +08:00
<body>
<img src="libwebsockets.org-logo.svg">
<img src="strict-csp.svg"><br>
2018-09-02 14:35:37 +08:00
<b>Minimal ws server threadpool example</b>.<br>
8 x ws connections are opened back to the example server.<br>
There are three threads in the pool to service them, the<br>
remainder are queued until a thread in the pool is free.<p>
The textarea show the last 50 lines received.
<br>
<br>
<textarea id=r readonly cols=40 rows=50></textarea><br>
</body>
</html>