Skip to content

Commit

Permalink
Remove mention of websocket proxy from README
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed Apr 12, 2018
1 parent 1386423 commit f604397
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
[![GoDoc](https://godoc.org/github.com/johanbrandhorst/protobuf?status.svg)](https://godoc.org/github.com/johanbrandhorst/protobuf)
[![Gitter chat](https://badges.gitter.im/johanbrandhorst/protobuf.png)](https://gitter.im/gopherjs-protobuf)

![gRPC-Web Gopher by Egon Elbre (@egonelbre)](./logo.svg)
![gRPC-Web radio operator Gopher by Egon Elbre (@egonelbre)](./logo.svg)
_gRPC-Web radio operator Gopher by Egon Elbre (@egonelbre)_

## Users
A list of some of the users of the library. Send
Expand All @@ -30,13 +31,8 @@ This is a simple GopherJS binding around the npm `google-protobuf` package.
Importing it into any GopherJS source allows usage of ProtobufJS functionality.

### [GopherJS gRPC-Web Client Bindings](./grpcweb/README.md)
This is a GopherJS binding around the Improbable gRPC-Web client. It also
exposes functions for making websocket calls. It is not intended for
public use.

### [Websocket proxy library](./wsproxy/README.md)
This is a library for intercepting websocket connections
and translating them to gRPC streams.
This is a GopherJS binding around the Improbable gRPC-Web client.
It is not intended for public use.

## Contributions
Contributions are very welcome, please submit issues or PRs for review.
Expand Down

0 comments on commit f604397

Please sign in to comment.