关于[ASP.NET Core 3.0 Weather Application - The gRPC Server]的摘要:
I will write a small gRPC services which will be our weather station in Kent. I'm also goin to write a worker service that hosts a gRPC Client to connect to the weather station to fetch the data every day. This worker service also stores the date into a database. The third application is a Blazor app that fetches the data from the database and displays the data in a chart and in a table. In this case I use downloaded weather data of Washington state and I'm going to simulate a day in two seconds. In this post I will start with the weather station.
原文地址: https://asp.net-hacker.rocks/2019/10/15/weather01-grpc-service.html