# Ocelot.GrpcHttpGateway **Repository Path**: iavtdj/Ocelot.GrpcHttpGateway ## Basic Information - **Project Name**: Ocelot.GrpcHttpGateway - **Description**: Ocelot.GrpcHttpGateway - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-10 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ocelot.GrpcHttpGateway grpc service gateway used ocelot ## What functions does he have? * load .dll files * load proto files * support header * support unary,client streaming, server streaming, duplex streaming ## Getting Started * cd samples\OcelotGateway and dotnet run * cd samples\Examples.GrpcServer and dotnet run * copy Examples.GrpcModels.dll to samples\OcelotGateway\bin\Debug\netcoreapp2.1\plugins * curl http://localhost:5000/grpc/PLAYERSEARCH/SEARCHTEAM * curl http://localhost:5000/grpc/PLAYERSEARCH/SearchPlayer_ServerStream