koding / websocketproxy

WebSocket reverse proxy handler for Go
http://godoc.org/github.com/koding/websocketproxy
MIT License
427 stars 120 forks source link

Task: Add Support for Client Ping/Pong Messages #42

Closed lsiv568 closed 3 years ago

lsiv568 commented 3 years ago

This PR adds the ability for the proxy to support ping/pong messages between the client and the proxy. Additionally, support for go modules has been added.