Cancelable web socket in Go
This is my learning attempt to create a websocket client/server model with cancel support. I have used the following resources to learn and create this project: https://github.com/gorilla/websocket https://pkg.go.dev/context https://www.youtube.co...
Sep 7, 20225 min read55


