{"id":54457,"library":"grpc-netty","title":"gRPC Netty","description":"Netty-based transport implementation for gRPC, enabling high-performance RPC communication.","status":"active","version":"1.80.0","language":"java","source_language":null,"source_url":"https://github.com/grpc/grpc-java","tags":["grpc","netty","rpc","networking"],"install":[{"cmd":"<dependency>\n  <groupId>io.grpc</groupId>\n  <artifactId>grpc-netty</artifactId>\n  <version>1.80.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.grpc:grpc-netty:1.80.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"NettyChannelBuilder","correct":"io.grpc.netty.NettyChannelBuilder"}],"quickstart":{"code":"import io.grpc.ManagedChannel;\nimport io.grpc.netty.NettyChannelBuilder;\n\npublic class Example {\n    public static void main(String[] args) {\n        ManagedChannel channel = NettyChannelBuilder.forAddress(\"localhost\", 8080)\n                .usePlaintext()\n                .build();\n        System.out.println(\"Channel created\");\n    }\n}","lang":"java","description":"Minimal gRPC Netty channel creation example"},"warnings":[{"fix":"Use io.grpc:grpc-netty-shaded to avoid Netty version conflicts.","message":"Netty version conflicts can occur if other dependencies bring different Netty versions.","severity":"gotcha","affected_versions":">=1.0"}],"env_vars":null,"search_vec":"'base':5 'communic':15 'enabl':10 'grpc':1,9,16 'high':12 'high-perform':11 'implement':7 'netti':2,4,17 'netty-bas':3 'network':19 'perform':13 'rpc':14,18 'transport':6","created_at":"2026-06-15T09:07:38.531845+00:00","updated_at":"2026-06-15T09:07:38.531845+00:00","problems":[],"ecosystem":"maven","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/grpc/grpc-java","github":"https://github.com/grpc/grpc-java","docs":"https://appdoc.app/artifact/io.grpc/grpc-netty/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","http-client"],"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}}