2018-03-29 11:45:43 +08:00
|
|
|
<html>
|
2018-11-19 07:40:47 +08:00
|
|
|
<head>
|
|
|
|
<meta charset=utf-8 http-equiv="Content-Language" content="en"/>
|
|
|
|
</head>
|
2018-03-29 11:45:43 +08:00
|
|
|
<body>
|
2018-11-19 07:40:47 +08:00
|
|
|
<img src="libwebsockets.org-logo.svg">
|
|
|
|
<img src="strict-csp.svg"><br>
|
2018-03-29 11:45:43 +08:00
|
|
|
|
2018-04-30 19:17:32 +08:00
|
|
|
Hello from the <b>minimal http server eventlib foreign loop example</b>.
|
2018-03-29 11:45:43 +08:00
|
|
|
<br>
|
|
|
|
The timer messages in the console are coming from<br>
|
2018-04-30 19:17:32 +08:00
|
|
|
a timer on the event library lib loop set up before the lws context<br>
|
2018-03-29 11:45:43 +08:00
|
|
|
started using it.
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|