mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
14 lines
319 B
HTML
14 lines
319 B
HTML
![]() |
<meta charset="UTF-8">
|
||
|
<html>
|
||
|
<body>
|
||
|
<img src="libwebsockets.org-logo.png"><br>
|
||
|
|
||
|
Hello from the <b>minimal http server libuv foreign loop example</b>.
|
||
|
<br>
|
||
|
The timer messages in the console are coming from<br>
|
||
|
a timer on the libuv loop set up before the lws context<br>
|
||
|
started using it.
|
||
|
</body>
|
||
|
</html>
|
||
|
|