We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fe175 commit db25205Copy full SHA for db25205
README.md
@@ -1,7 +1,8 @@
1
# WebsocketProxy [](http://godoc.org/github.com/koding/websocketproxy) [](https://travis-ci.org/koding/websocketproxy)
2
3
-WebsocketProxy is an http.Handler interface that you can plug into your
4
-existing Go webserver to provide WebSocket reverse proxy.
+WebsocketProxy is an http.Handler interface build on top of
+[gorilla/websocket](https://github.com/gorilla/websocket) that you can plug
5
+into your existing Go webserver to provide WebSocket reverse proxy.
6
7
## Install
8
0 commit comments