• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2 <head>
3  <meta charset=utf-8 http-equiv="Content-Language" content="en"/>
4  <script src="/example.js"></script>
5 </head>
6	<body>
7		<img src="libwebsockets.org-logo.svg">
8		<img src="strict-csp.svg"><br>
9
10		Hello from the <b>minimal http Server Side Events example</b>.
11		<p>
12		This is a static page served from ./mount-origin/index.html.
13		<p>
14		It connects back to the server at <i>/sse/sourcename</i> using EventSource()<br>
15		and displays the periodic incoming event data below.
16		<p>
17		<textarea id=r readonly cols=40 rows=20></textarea><br>
18	</body>
19</html>
20
21