{"id":53316,"library":"go-micro-plugins-v4-server-grpc","title":"Go Micro gRPC Server Plugin","description":"Package grpc provides a gRPC server implementation for the Go Micro framework.","status":"active","version":"1.2.0","language":"go","source_language":null,"source_url":"https://github.com/go-micro/plugins","tags":["micro","grpc","server","plugin"],"install":[{"cmd":"go get github.com/go-micro/plugins/v4/server/grpc","lang":"bash","label":"Install github.com/go-micro/plugins/v4/server/grpc"}],"dependencies":[],"imports":[{"symbol":"grpc","correct":"github.com/go-micro/plugins/v4/server/grpc"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/go-micro/plugins/v4/server/grpc\"\n\t\"go-micro.dev/v4\"\n)\n\nfunc main() {\n\tservice := micro.NewService(\n\t\tmicro.Server(grpc.NewServer()),\n\t)\n\tservice.Init()\n\tservice.Run()\n}","lang":"go","description":"Create a micro service with gRPC server"},"warnings":[{"fix":"Ensure you are using go-micro.dev/v4 as the main framework","message":"Requires Go Micro v4 and may not be compatible with other versions","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'framework':17 'go':1,15 'grpc':3,7,10,19 'implement':12 'micro':2,16,18 'packag':6 'plugin':5,21 'provid':8 'server':4,11,20","created_at":"2026-06-15T07:35:16.142444+00:00","updated_at":"2026-06-15T07:35:16.142444+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-micro/plugins","github":"https://github.com/go-micro/plugins","docs":"https://pkg.go.dev/github.com/go-micro/plugins/v4/server/grpc#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}