An open API service indexing awesome lists of open source software.

https://github.com/shubhamranjan/dotnet-grpc-alpine-sample

A dotnet grpc server sample to run on alpine docker image with http2 without ssl
https://github.com/shubhamranjan/dotnet-grpc-alpine-sample

alpine aspnetcore dotnet grpc grpc-service

Last synced: 3 months ago
JSON representation

A dotnet grpc server sample to run on alpine docker image with http2 without ssl

Awesome Lists containing this project

README

          

## Building and running the container

```
docker build --tag grpctest -f ./grpcsample/Dockerfile .
docker run --name grpctest -p 5001:5001 -d grpctest
```