How should a GRPC Service be hosted?

后端 未结 4 1748
予麋鹿
予麋鹿 2020-12-14 02:49

I have created a GRPC Server in C# using the example given at Link. Now I want to figure out as how should I be hosting this server so that I achieve following:

4条回答
  •  一向
    一向 (楼主)
    2020-12-14 03:49

    I'm going to add one more option.

    With dot net core, you can run this as a Linux Daemon now.

提交回复
热议问题