[Modify] Edit it

This commit is contained in:
sta 2017-01-03 17:08:01 +09:00
parent 0d8963f771
commit b1ee6d4475

View File

@ -649,15 +649,15 @@ Examples using websocket-sharp.
### Example ###
**[Example]** connects to the **[Echo server]** with the WebSocket.
[Example] connects to the [Echo server].
### Example2 ###
**[Example2]** starts a WebSocket server.
[Example2] starts a WebSocket server.
### Example3 ###
**[Example3]** starts an HTTP server that allows to accept the WebSocket handshake requests.
[Example3] starts an HTTP server that allows to accept the WebSocket handshake requests.
Would you access to [http://localhost:4649](http://localhost:4649) to do **WebSocket Echo Test** with your web browser while Example3 is running?