libwebsockets/minimal-examples-lowlevel/ws-server/minimal-ws-server-timer/mount-origin/index.html

17 lines
489 B
HTML

<html>
<head>
<meta charset=utf-8 http-equiv="Content-Language" content="en"/>
<script src="/example.js"></script>
</head>
<body>
<img src="libwebsockets.org-logo.svg">
<img src="strict-csp.svg"><br>
LWS wsi timer <b>minimal ws server timer example</b>.<br>
This opens a ws connection back to the server and just sits there
setting the timer to fire every 20s, which resets the wsi timeout
for 60s each timer. It should just stay like that forever.
</body>
</html>