diff --git a/index.html b/index.html new file mode 100644 index 0000000..b5047f1 --- /dev/null +++ b/index.html @@ -0,0 +1,85 @@ + + + + + WebSocket Test + + + + + + +
+

Websocket PubSub Demonstration

+ +

+ This page demonstrates how Mongoose could be used to implement + + publish–subscribe pattern. Open this page in several browser + windows. Each window initiates persistent + WebSocket + connection with the server, making each browser window a websocket client. + Send messages, and see messages sent by other clients. +

+ +
+
+ +

+ + +

+
+ +