Registry / networking / uber-tchannel-go

uber-tchannel-go

JSON →
library1.34.6gogounverified

Go bindings for the TChannel protocol, a multiplexed, framed protocol for RPC.

go get github.com/uber/tchannel-go
INSTALL
IMPORT
SIG · UBER-TCHANNEL-GO
U
uber-tchannel-go
networkinggov1.34.6
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.

tchannel
github.com/uber/tchannel-go

Creates a new TChannel and starts listening.

package main import ( "github.com/uber/tchannel-go" ) func main() { ch, err := tchannel.NewChannel("my-service", nil) if err != nil { panic(err) } ch.ListenAndServe("127.0.0.1:0") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.34.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
OpenAI (training)
1
Resources
uber-tchannel-go — go get uber-tchannel-go · libregistry