Registry / networking / improbable-eng-grpc-web

improbable-eng-grpc-web

JSON →
library0.15.0gogounverified

Implements the gRPC-Web protocol, enabling gRPC clients in browsers to communicate with gRPC servers.

go get github.com/improbable-eng/grpc-web
INSTALL
IMPORT
SIG · IMPROBABLE-ENG-GRP
I
improbable-eng-grpc-web
networkinggov0.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

grpcweb
github.com/improbable-eng/grpc-web

Wraps a gRPC server to serve gRPC-Web requests.

package main import ( "net/http" "github.com/improbable-eng/grpc-web/go/grpcweb" "google.golang.org/grpc" ) func main() { grpcServer := grpc.NewServer() wrappedServer := grpcweb.WrapServer(grpcServer) http.ListenAndServe(":8080", wrappedServer) }
Debug
Known issues
breakingThe package is no longer actively maintained; consider using the official grpc-go implementation or alternatives.
fix
Migrate to github.com/grpc/grpc-go or use a maintained fork.
affects: >=0.15.0
Upgrade
Version history
0.15.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
improbable-eng-grpc-web — go get improbable-eng-grpc-web · libregistry