sql-server-sse-bridge
Version:
Make SSE event stream from a SQL Server event queue stream.
14 lines (13 loc) • 438 B
HTML
<html>
<head>
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<link rel="stylesheet" href="styles.css" type="text/css">
<script src="index.js" type="module"></script>
</head>
<body>
<h1>demonstration of receiving SQL Server SSE events</h1>
<p>if everything is working and you are actually sending events... then they come out here:</p>
<ul>
</ul>
</body>
</html>