You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a websocket implementation, which is inspired by [websockify](https://github.com/novnc/websockify) and [websocket](https://github.com/gorilla/websocket).
4
4
@@ -14,11 +14,6 @@ It has no any dependencies.
14
14
$ go get -u github.com/xgfone/websocket
15
15
```
16
16
17
-
## API
18
-
19
-
See [GoDoc](https://godoc.org/github.com/xgfone/websocket)
20
-
21
-
22
17
## VNC Proxy on WebSocket
23
18
24
19
The sub-package [vncproxy](https://github.com/xgfone/websocket/tree/master/vncproxy) supplies a HTTP handler about VNC Proxy on Websocket.
0 commit comments