websocket/examples
Gary Burd 6257d10a8b Improve chat example
- Discuss concurrency and message coalescing in the README.
- Add comments to client.go explaining how concurrency requirements are
  met.
- Prevent developers from calling the Client.write method from outside
  of the writePump goroutine by removing the method. The code is now
  inlined in Client.writPump.
2016-10-25 16:48:54 -07:00
..
autobahn compression: add tests, rename option 2016-10-17 17:30:22 -07:00
chat Improve chat example 2016-10-25 16:48:54 -07:00
command Require GET in Upgrader.Upgrade. 2015-11-02 09:08:11 -08:00
echo Add closing handshake code to echo example client 2015-12-09 16:50:38 -08:00
filewatch Fix filewatch example 2016-04-21 17:30:17 -07:00