Gary Burd 567453a710 Require GET in Upgrader.Upgrade. před 10 roky
..
README.md d051d29231 Add client and server example před 10 roky
client.go 7f59b56ea4 Fix DefaultDialar value před 10 roky
server.go 567453a710 Require GET in Upgrader.Upgrade. před 10 roky

README.md

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