Registry / networking / cloudwego-kitex

cloudwego-kitex

JSON →
library0.16.2gogounverified

Kitex is a high-performance and strong-typed Go RPC framework.

go get github.com/cloudwego/kitex
INSTALL
IMPORT
SIG · CLOUDWEGO-KITEX
C
cloudwego-kitex
networkinggov0.16.2
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.

kitex
github.com/cloudwego/kitex

Create a Kitex RPC server

package main import ( "context" "github.com/cloudwego/kitex/server" ) func main() { svr := server.NewServer() err := svr.Run() if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources
cloudwego-kitex — go get cloudwego-kitex · libregistry