1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/index.html

17 lines
489 B
HTML
Raw Normal View History

<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>