| <!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> |