Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone committed Jul 13, 2019
1 parent cd4df6f commit fa2de70
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# websocket
# websocket [![GoDoc](https://godoc.org/github.com/xgfone/websocket?status.svg)](http://godoc.org/github.com/xgfone/ship) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://raw.githubusercontent.com/xgfone/websocket/master/LICENSE)

This is a websocket implementation, which is inspired by [websockify](https://github.com/novnc/websockify) and [websocket](https://github.com/gorilla/websocket).

Expand All @@ -14,11 +14,6 @@ It has no any dependencies.
$ go get -u github.com/xgfone/websocket
```

## API

See [GoDoc](https://godoc.org/github.com/xgfone/websocket)


## VNC Proxy on WebSocket

The sub-package [vncproxy](https://github.com/xgfone/websocket/tree/master/vncproxy) supplies a HTTP handler about VNC Proxy on Websocket.
Expand Down

0 comments on commit fa2de70

Please sign in to comment.