mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2024-12-26 15:18:15 +00:00
17 lines
489 B
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>
|
|
|