github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/igm/sockjs-go.v2/examples/webchat/README.md (about)

     1  # Chat Example
     2  
     3  Simple sockjs chat example.
     4  
     5  ## Run
     6  ```shell
     7  $ go run webchat.go
     8  ```
     9  Navigate using web browser: http://127.0.0.1:8080
    10  Open multiple windows with the same URL and see how chat works.
    11  
    12  ## Docker
    13  ```shell
    14  $ docker run -p=80:8080 -d imihalik/sockjs-chat
    15  ```
    16