blob: 02572f42de90d91a61b3d8a93a2b1fca1caa1250 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>WebSocket Test Page</title>
</head>
<body>
This is a test page for the
<code>com.facebook.buck.httpserver.StreamingWebSocketServlet</code> that is
available at <code>/comet/echo</code>.
<p>
To see the messages that the WebSocket server is broadcasting, open the
JavaScript Console in Chrome while Buck is doing a build. You should see the
messages printed via <code>console.log()</code> in real time.
<script src="test_websocket.js"></script>
</body>
</html>