Registry / networking / alexstocks-dubbogo

alexstocks-dubbogo

JSON →
library0.2.0gogounverified

A Go implementation of the Apache Dubbo RPC framework for building microservices.

go get github.com/AlexStocks/dubbogo
INSTALL
IMPORT
SIG · ALEXSTOCKS-DUBBOGO
A
alexstocks-dubbogo
networkinggov0.2.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.

dubbogo
github.com/AlexStocks/dubbogo

Start a Dubbo service provider

package main import ( "context" "github.com/AlexStocks/dubbogo/config" "github.com/AlexStocks/dubbogo/provider" ) func main() { cfg := config.NewProviderConfig() provider.NewProvider(cfg).Serve() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
32
OpenAI (training)
1
Resources
alexstocks-dubbogo — go get alexstocks-dubbogo · libregistry