diff --git a/README.md b/README.md index 52068b1..2e7ad23 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ WebSocketSample =============== -Shortest example of WebSocket \ No newline at end of file +Shortest example of WebSocket + +How to run +---------- +1. Start ews.rb by "./ews.rb" +2. Start browser and create 2 windows (C-n twice) +3. Browser-1: Open-File -> ews.html +4. Browser-2: Open-File -> ews.html +5. Write comment in a form and PUSH! + +![](screen.jpg) diff --git a/ews.rb b/ews.rb old mode 100644 new mode 100755 diff --git a/screen.jpg b/screen.jpg new file mode 100644 index 0000000..313554f --- /dev/null +++ b/screen.jpg Binary files differ