Files
weave-scope/vendor/github.com/gorilla/websocket/examples/echo
2015-10-24 11:19:50 +01:00
..
2015-10-24 11:19:50 +01:00
2015-10-24 11:19:50 +01:00
2015-10-24 11:19:50 +01:00

Client and server example

This example shows a simple client and server.

The server echoes messages sent to it. The client sends a message every five seconds and prints all messages received.

To run the example, start the server:

$ go run server.go

Next, start the client:

$ go run client.go