Registry / networking / tmc-grpc-websocket-proxy

tmc-grpc-websocket-proxy

JSON →
library0.0.0-20220101234140-673ab2c3ae75gogounverified

Package grpc-websocket-proxy proxies gRPC services over WebSocket connections.

go get github.com/tmc/grpc-websocket-proxy
INSTALL
IMPORT
SIG · TMC-GRPC-WEBSOCKET
T
tmc-grpc-websocket-proxy
networkinggov0.0.0-20220101234140-673ab2c3ae75
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.

wsproxy
github.com/tmc/grpc-websocket-proxy/wsproxy

Wraps an HTTP handler to support WebSocket connections for gRPC.

package main import ( "net/http" "github.com/tmc/grpc-websocket-proxy/wsproxy" ) func main() { // wsproxy.WebsocketProxy wraps an http.Handler http.ListenAndServe(":8080", wsproxy.WebsocketProxy(nil)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220101234140-673ab2c3ae75latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
tmc-grpc-websocket-proxy — go get tmc-grpc-websocket-proxy · libregistry